module Nickel

Constants

Occurrence

Some notes about this class, type can take the following values: :single, :daily, :weekly, :daymonthly, :datemonthly,

VERSION

Public Class Methods

parse(query, date_time = Time.now) click to toggle source
# File lib/nickel.rb, line 12
def parse(query, date_time = Time.now)
  n = NLP.new(query, date_time)
  n.parse
  n
end