Method: Fast::Capture#initialize
- Defined in:
- lib/fast.rb
#initialize(token) ⇒ Capture
Returns a new instance of Capture.
534 535 536 537 |
# File 'lib/fast.rb', line 534 def initialize(token) super @captures = [] end |
Returns a new instance of Capture.
534 535 536 537 |
# File 'lib/fast.rb', line 534 def initialize(token) super @captures = [] end |