Class: Randsum::ReplacerTargetAll

Inherits:
ReplacerTarget show all
Defined in:
lib/randsum/filters/replacers/replacer_targets/replacer_target_all.rb

Constant Summary

Constants inherited from ReplacerTarget

Randsum::ReplacerTarget::ALL

Instance Attribute Summary

Attributes inherited from ReplacerTarget

#roll, #target

Instance Method Summary collapse

Methods inherited from ReplacerTarget

for, #initialize

Constructor Details

This class inherits a constructor from Randsum::ReplacerTarget

Instance Method Details

#matchObject



3
4
5
# File 'lib/randsum/filters/replacers/replacer_targets/replacer_target_all.rb', line 3

def match
  roll.result
end