Method: Fast::Capture#captures

Defined in:
lib/fast.rb

#capturesObject (readonly)

Stores nodes that matches with the current expression.



629
630
631
# File 'lib/fast.rb', line 629

def captures
  @captures
end