class Github::Orgs
def teams(options={}, &block)
def teams(options={}, &block) @teams ||= ApiFactory.new('Orgs::Teams', current_options.merge(options), &block) end
def teams(options={}, &block) @teams ||= ApiFactory.new('Orgs::Teams', current_options.merge(options), &block) end