# File lib/rufus/treechecker.rb, line 550
    def self.parse(rubycode)

      RubyParser.new.parse(rubycode).to_a
    end