class Rails::Generators::AppBase::GemfileEntry

def self.path(name, path, comment = nil)

def self.path(name, path, comment = nil)
  new(name, nil, comment, path: path)
end