class Github::Repos

def stats(options={}, &block)

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