Class: Proc

Inherits:
Object
  • Object
show all
Defined in:
lib/live_ast/to_ast.rb,
lib/live_ast/to_ruby.rb

Instance Method Summary collapse

Instance Method Details

#to_astObject

Extract the AST of this object.



13
14
15
# File 'lib/live_ast/to_ast.rb', line 13

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