class PseudoEntity::Randoms::RandomSubjects
Public Class Methods
new(adjectives, nouns)
click to toggle source
adjectives.product(nouns).map { |x| x.join(‘ ’) }
Calls superclass method
# File lib/pseudo_entity/randoms.rb, line 878 def initialize(adjectives, nouns) super(adjectives, nouns) end
Public Instance Methods
fetch(x)
click to toggle source
Calls superclass method
# File lib/pseudo_entity/randoms.rb, line 882 def fetch(x) super(x).join(' ') end