Module: RegexpExamples::RandomResultBySample
- Included in:
- BackReferenceGroup, CharGroup, DotGroup, PlaceHolderGroup, SingleCharGroup
- Defined in:
- lib/regexp-examples/groups.rb
Instance Method Summary collapse
Instance Method Details
#random_result ⇒ Object
41 42 43 |
# File 'lib/regexp-examples/groups.rb', line 41 def random_result result.sample(1) end |