Exception: Nickel::InvalidDateTimeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nickel/nlp.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



102
103
104
# File 'lib/nickel/nlp.rb', line 102

def message
  'You must pass in a ruby DateTime or Time class object'
end