class Github::Users
def emails(options={}, &block)
def emails(options={}, &block) @emails ||= ApiFactory.new('Users::Emails', current_options.merge(options), &block) end
def emails(options={}, &block) @emails ||= ApiFactory.new('Users::Emails', current_options.merge(options), &block) end