Method: Verbal#capture
- Defined in:
- lib/verbal.rb
permalink #capture(&block) ⇒ Object
Captures the nested regular expression.
211 212 213 |
# File 'lib/verbal.rb', line 211 def capture(&block) append "(#{Verbal.new(&block).source})" end |