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