class Github::Repos
def collaborators(options={}, &block)
def collaborators(options={}, &block) @collaborators ||= ApiFactory.new('Repos::Collaborators', current_options.merge(options), &block) end
def collaborators(options={}, &block) @collaborators ||= ApiFactory.new('Repos::Collaborators', current_options.merge(options), &block) end