self.parse
in
lib/gems_parser.rb [1:6]
5
lines of code
1
McCabe index (conditional complexity)
def self.parse(file) gp = GemsParser.new gp.parse(file) gp end