Class: Faker::MetalIpsum
- Inherits:
-
CustomIpsum
- Object
- CustomIpsum
- Faker::MetalIpsum
- Defined in:
- lib/blasphemy.rb
Instance Attribute Summary
Attributes inherited from CustomIpsum
Instance Method Summary collapse
-
#initialize ⇒ MetalIpsum
constructor
A new instance of MetalIpsum.
Methods inherited from CustomIpsum
Constructor Details
#initialize ⇒ MetalIpsum
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 |