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