Method: Callgraphy::Registry#register_method
- Defined in:
- lib/callgraphy/registry.rb
#register_method(scope, caller) ⇒ Object Also known as: register_constant
9 10 11 |
# File 'lib/callgraphy/registry.rb', line 9 def register_method(scope, caller) @registry.fetch(scope).push(caller.to_s) end |