class LOLFaker::Spell

Public Class Methods

name() click to toggle source
# File lib/lolfaker/spell.rb, line 4
def self.name
  ['Barrier', 'Clairvoyance', 'Clarity', 'Cleanse', 'Dash', 'Exhaust', 'Flash', 'Garrison', 'Ghost', 'Heal', 'Ignite', 'Mark', 'Smite', 'Teleport'].sample
end