module LiveAST::MethodToAST

Public Instance Methods

to_ast() click to toggle source

Extract the AST of this object.

# File lib/live_ast/to_ast.rb, line 8
def to_ast
  LiveAST::Linker.find_method_ast(owner, name, *source_location)
end