Skip to content

Commit 9641ba8

Browse files
committed
Add debug code
1 parent 6529172 commit 9641ba8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/power_assert/context.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
module M
2+
refine Class do
3+
def new
4+
end
5+
end
6+
end
7+
18
require 'power_assert/parser'
29
require 'power_assert/configuration'
310
require 'power_assert/enable_tracepoint_events'

0 commit comments

Comments
 (0)