class Github::Client

def users(options = {})

information about the currently authenticated user.
Many of the resources on the users API provide a shortcut for getting
def users(options = {})
  @users ||= Github::Users.new(options)
end