# File lib/ruote/util/misc.rb, line 186
  def self.parse_ruby(ruby_string)

    Rufus::TreeChecker.parse(ruby_string)

  rescue NoMethodError

    raise NoMethodError.new(
      "/!\\ please upgrade your rufus-treechecker gem /!\\")
  end