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 Symbole representing the method to be invoked
when patterns are matched.
tokens - An Array of tokens to process. definitions - A Hash of definitions to check against.
Returns true if a match is found.