Class: RegexpExamples::DotGroup
- Inherits:
-
Object
- Object
- RegexpExamples::DotGroup
- Defined in:
- lib/regexp-examples/groups.rb
Instance Method Summary collapse
Instance Method Details
#result ⇒ Object
98 99 100 101 102 |
# File 'lib/regexp-examples/groups.rb', line 98 def result CharSets::Any.map do |result| GroupResult.new(result) end end |