Class | Chronic::Handler |
In: |
lib/chronic/handler.rb
|
Parent: | Object |
handler_method | [R] |
@return [Symbol] The method which handles this list of patterns.
This method should exist inside the {Handlers} module |
pattern | [R] | @return [Array] A list of patterns |
@param [Array] pattern A list of patterns to match tokens against @param [Symbol] handler_method The method to be invoked when patterns
are matched. This method should exist inside the {Handlers} module