# File lib/chronic.rb, line 87
  def self.parse(text, options = {})
    Parser.new(options).parse(text)
  end