module LiveAST::ProcToAST
Public Instance Methods
to_ast()
click to toggle source
Extract the AST of this object.
# File lib/live_ast/to_ast.rb, line 15 def to_ast LiveAST::Linker.find_proc_ast(self) end
Extract the AST of this object.
# File lib/live_ast/to_ast.rb, line 15 def to_ast LiveAST::Linker.find_proc_ast(self) end