class Gem::Resolver::APISet

def parse_gem(string)

def parse_gem(string)
  @gem_parser ||= GemParser.new
  @gem_parser.parse(string)
end