Class: Motaword::Config::Authors

Inherits:
ActiveHash::Base
  • Object
show all
Defined in:
lib/motaword/config/authors.rb

Class Method Summary collapse

Class Method Details

.emailsObject



16
17
18
# File 'lib/motaword/config/authors.rb', line 16

def self.emails
  all.map(&:email)
end

.namesObject



12
13
14
# File 'lib/motaword/config/authors.rb', line 12

def self.names
  all.map(&:name)
end