# File lib/chronic/handler.rb, line 64
    def invoke(type, tokens, options)
      if Chronic.debug
        puts "-#{type}"
        puts "Handler: #{@handler_method}"
      end

      Handlers.send(@handler_method, tokens, options)
    end