# File lib/brakeman/scanner.rb, line 319
  def parse_ruby input
    RubyParser.new.parse input
  end