class Github::Client

def repos(options = {})

def repos(options = {})
  @repos ||= Github::Repos.new(options)
end