# File lib/rufus/treechecker.rb, line 141
    def stree (rubycode)
      "#{rubycode.inspect}\n =>\n#{parse(rubycode).inspect}"
    end