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