class Github::Client

def repos(options = {})

def repos(options = {})
  @repos ||= _create_instance Github::Repos, options
end