class Github::Issues
def labels(options={}, &block)
def labels(options={}, &block) @labels ||= ApiFactory.new('Issues::Labels', current_options.merge(options), &block) end
def labels(options={}, &block) @labels ||= ApiFactory.new('Issues::Labels', current_options.merge(options), &block) end