Skip to content

Commit a4783f8

Browse files
committed
Add missing basic operators
1 parent ec66682 commit a4783f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/power_assert/enable_tracepoint_events.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ module PowerAssert
2424
:+, :-, :*, :/, :%, :==, :===, :<, :<=, :<<, :[], :[]=, :length, :size,
2525
:empty?, :nil?, :succ, :>, :>=, :!, :!=, :=~, :freeze, :-@, :max, :min,
2626
# :call (it is just used for block call optimization)
27-
:&, :|
27+
:&, :|,
28+
# :default (no specialized instruction for this)
29+
:pack, :include?,
2830
]
2931

3032
basic_classes.each do |klass|

0 commit comments

Comments
 (0)