Method: Fast::Capture#captures

Defined in:
lib/fast.rb

#capturesObject (readonly)

Stores nodes that matches with the current expression.



532
533
534
# File 'lib/fast.rb', line 532

def captures
  @captures
end