Module: AdventureRL::Extensions::RangeExtension
- Defined in:
- lib/AdventureRL/misc/extensions.rb
Overview
RANGE
Instance Method Summary collapse
Instance Method Details
#sample ⇒ Object
54 55 56 |
# File 'lib/AdventureRL/misc/extensions.rb', line 54 def sample return self.to_a.sample end |