class Github::Client

def orgs(options = {})

def orgs(options = {})
  @orgs ||= _create_instance Github::Orgs, options
end