Module: MonkeyString::Random::InstanceMethods
- Defined in:
- lib/monkey_string/random.rb
Instance Method Summary collapse
Instance Method Details
#random ⇒ Object
28 29 30 |
# File 'lib/monkey_string/random.rb', line 28 def random self.class.random :size => size, :alphanumeric => alphanumeric?, :mixed_case => mixed_case? end |