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