Module: Gem::Author::ClassMethods
- Defined in:
- lib/rubygems/author.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#emails ⇒ Object
51 |
# File 'lib/rubygems/author.rb', line 51 def emails = @all.filter_map &:email |
#github_url ⇒ Object
52 |
# File 'lib/rubygems/author.rb', line 52 def github_url = @all.filter_map(&:github_url).first |
#names ⇒ Object
50 |
# File 'lib/rubygems/author.rb', line 50 def names = @all.filter_map &:name |
#new ⇒ Object
48 |
# File 'lib/rubygems/author.rb', line 48 def new(...) = (@all ||= []) << super |