module LiveAST::CallableToRuby

Public Instance Methods

to_ruby() click to toggle source

Generate ruby code which reflects the AST of this object.

# File lib/live_ast/to_ruby.rb, line 8
def to_ruby
  LiveAST.parser::Unparser.unparse(LiveAST.ast(self))
end