class Github::Client

def orgs(options = {})

def orgs(options = {})
  @orgs ||= Github::Orgs.new(options)
end