class String

Public Instance Methods

is_time?() click to toggle source
# File lib/datify.rb, line 4
def is_time?
  Datify::Engine.new(self).valid?
end
to_time() click to toggle source
# File lib/datify.rb, line 8
def to_time
  Datify::Engine.new(self).date
end