Class | Chronic::Handler |
In: |
lib/chronic/handler.rb
|
Parent: | Object |
handler_method | [R] | |
pattern | [R] |
pattern - An Array of patterns to match tokens against. handler_method - A Symbol representing the method to be invoked
when a pattern matches.
tokens - An Array of tokens to process. definitions - A Hash of definitions to check against.
Returns true if a match is found.