Module: LiveAST::MethodToAST

Defined in:
lib/live_ast/to_ast.rb

Instance Method Summary collapse

Instance Method Details

#to_astObject

Extract the AST of this object.



8
9
10
# File 'lib/live_ast/to_ast.rb', line 8

def to_ast
  LiveAST::Linker.find_method_ast(owner, name, *source_location)
end