class Rollio::Range::InnerRollOn

Public Instance Methods

result() click to toggle source
# File lib/rollio/range.rb, line 99
def result
  "Roll on #{key}"
end
roll!() click to toggle source
# File lib/rollio/range.rb, line 95
def roll!
  (1..times).map { table_set.roll_on(key) }
end