Parent

Methods

Range

Public Instance Methods

of() click to toggle source
# File lib/randexp/core_ext/range.rb, line 6
def of
  pick.of { yield }
end
pick() click to toggle source
# File lib/randexp/core_ext/range.rb, line 2
def pick
  to_a.pick
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.