class Github::Client
def users(options = {})
Many of the resources on the users API provide a shortcut for getting
def users(options = {}) @users ||= _create_instance Github::Users, options end
def users(options = {}) @users ||= _create_instance Github::Users, options end