Method: Callgraphy::Definition#methods_to_graph
- Defined in:
- lib/callgraphy/definition.rb
#methods_to_graph(method_scope, calls = {}) ⇒ Object
17 18 19 20 |
# File 'lib/callgraphy/definition.rb', line 17 def methods_to_graph(method_scope, calls = {}) validate_scope(method_scope, :public, :private) register_methods_to_graph(method_scope, calls) end |