Method: Fast::Node#capture
- Defined in:
- lib/fast.rb
#capture(pattern, *args) ⇒ Array<Fast::Node>
Captures elements from search recursively
116 117 118 |
# File 'lib/fast.rb', line 116 def capture(pattern, *args) Fast.capture(pattern, self, *args) end |