module EasyTimeExtensions

Extend the known date and time classes _(including EasyTime itself!)_

Public Instance Methods

easy_time(tolerance: nil) click to toggle source
# File lib/easy_time.rb, line 404
def easy_time(tolerance: nil)
  EasyTime.new(self, tolerance: tolerance)
end