# File lib/parse_tree_extensions.rb, line 24
  def to_ruby
    sexp = self.to_sexp
    Ruby2Ruby.new.process sexp
  end