Class: Faker::MetalIpsum

Inherits:
CustomIpsum show all
Defined in:
lib/blasphemy.rb

Instance Attribute Summary

Attributes inherited from CustomIpsum

#wordlist

Instance Method Summary collapse

Methods inherited from CustomIpsum

#paragraph, #sentence, #words

Constructor Details

#initializeMetalIpsum

Returns a new instance of MetalIpsum.



36
37
38
39
40
41
42
43
44
45
46
47
# File 'lib/blasphemy.rb', line 36

def initialize
  @wordlist = ['exercitationem', 'perferendis', 'excruciating', 'sphere', 'killing',
    'murder', 'iure', 'metal', 'mass', 'black', 'blood', 'haunted', 'vulgar',
    'kill', 'unholy', 'satan', 'satanic', 'conjuring', 'demons', 'demonic',
    'maims', 'massacre', 'massacres', 'apocalyptic', 'scream', 'screaming',
    'slime', 'nordic', 'church', 'leading', 'feasting', 'goat', 'cow',
    'acts', 'anger', 'rage', 'terror', 'death', 'scent', 'burning', 'flame',
    'undead', 'necro', 'cum', 'flesh', 'chaos', 'decapitate', 'sanity', 'mad',
    'crazy', 'cryptic', 'insane', 'cadaver', 'fest', 'feast', 'witch', 'christian',
    'devil', 'evil', 'funeral', 'divine', 'horse', 'sword', 'axe', 'ax', 'battle',
    'forge', 'monster', 'horror', 'ov', 'bronze', 'bone']
end