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