self.parse

in lib/gems_parser.rb [1:6]


  def self.parse(file)
    gp = GemsParser.new
    gp.parse(file)
    gp
  end