Module: LiveAST::ProcToAST
- Defined in:
- lib/live_ast/to_ast.rb
Instance Method Summary collapse
-
#to_ast ⇒ Object
Extract the AST of this object.
Instance Method Details
#to_ast ⇒ Object
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 |