Method: CutePrint::RubyParser::ParsedCode#first_call_to_method

Defined in:
lib/cute_print/ruby_parser/parsed_code.rb

#first_call_to_method(method_name) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



17
18
19
# File 'lib/cute_print/ruby_parser/parsed_code.rb', line 17

def first_call_to_method(method_name)
  MethodCall.new(method_call_node(method_name))
end