Module: WeightedRandom::Loader
- Defined in:
- lib/weighted_random.rb
Instance Method Summary collapse
Instance Method Details
#weighted_randomizable ⇒ Object
6 7 8 9 |
# File 'lib/weighted_random.rb', line 6 def weighted_randomizable extend WeightedRandom::ClassMethods include WeightedRandom::InstanceMethods end |