Class: Range
- Inherits:
-
Object
- Object
- Range
- Defined in:
- lib/randexp/core_ext/range.rb
Instance Method Summary collapse
Instance Method Details
#of ⇒ Object
6 7 8 |
# File 'lib/randexp/core_ext/range.rb', line 6 def of pick.of { yield } end |
#pick ⇒ Object
2 3 4 |
# File 'lib/randexp/core_ext/range.rb', line 2 def pick to_a.pick end |