Extend the known date and time classes (including EasyTime itself!)
405 406 407
# File 'lib/easy_time.rb', line 405 def easy_time(tolerance: nil) EasyTime.new(self, tolerance: tolerance) end