Module: Gem::Author::ClassMethods

Defined in:
lib/rubygems/author.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#emailsObject



51
# File 'lib/rubygems/author.rb', line 51

def emails     = @all.filter_map &:email

#github_urlObject



52
# File 'lib/rubygems/author.rb', line 52

def github_url = @all.filter_map(&:github_url).first

#namesObject



50
# File 'lib/rubygems/author.rb', line 50

def names      = @all.filter_map &:name

#newObject



48
# File 'lib/rubygems/author.rb', line 48

def new(...) = (@all ||= []) << super