Method: Analyst::Entities::MethodCall#scope
- Defined in:
- lib/analyst/entities/method_call.rb
#scope ⇒ Object
19 20 21 |
# File 'lib/analyst/entities/method_call.rb', line 19 def scope @scope ||= process_node(ast.children.first) end |