Method: ChiliPDF::StringToken#matcher

Defined in:
lib/chili_pdf/string_token.rb

#matcherObject (readonly)

Public: Get the matcher of the token Returns the String matcher of token



17
18
19
# File 'lib/chili_pdf/string_token.rb', line 17

def matcher
  @matcher
end