# File lib/chronic/handler.rb, line 11 def initialize(pattern, handler_method) @pattern = pattern @handler_method = handler_method end