class LOLFaker::Role

Public Class Methods

position() click to toggle source
# File lib/lolfaker/role.rb, line 8
def self.position
  ['Top','Support','Mid','ADC','Jungle'].sample
end
type() click to toggle source
# File lib/lolfaker/role.rb, line 4
def self.type
  ['Assassin', 'Fighter', 'Mage', 'Support', 'Tank', 'Marksman'].sample
end