class Motaword::Config::Authors

Public Class Methods

emails() click to toggle source
# File lib/motaword/config/authors.rb, line 16
def self.emails
  all.map(&:email)
end
names() click to toggle source
# File lib/motaword/config/authors.rb, line 12
def self.names
  all.map(&:name)
end