class SyntaxTree::YARV::Decompiler

def to_ruby

def to_ruby
  Program(decompile(iseq))
end