class Randsum::ReplacerRerollValue

Public Instance Methods

transform(match) click to toggle source
# File lib/randsum/filters/replacers/replacer_values/replacer_reroll_value.rb, line 3
def transform(match)
  match.map { roll.die.simple_roll }
end