Module: LiveAST::ProcToAST

Defined in:
lib/live_ast/to_ast.rb

Instance Method Summary collapse

Instance Method Details

#to_astObject

Extract the AST of this object.



15
16
17
# File 'lib/live_ast/to_ast.rb', line 15

def to_ast
  LiveAST::Linker.find_proc_ast(self)
end