lib/reek/context_builder.rb in reek-4.5.4 vs lib/reek/context_builder.rb in reek-4.5.5
- old
+ new
@@ -246,11 +246,12 @@
#
# def call_me; super do end; end
#
# We record one reference to `self`.
#
- def process_super(_)
+ def process_super(exp)
current_context.record_use_of_self
+ process(exp)
end
# Handles `block` nodes.
#
# An input example that would trigger this method would be: