Module: EasyTimeExtensions

Defined in:
lib/easy_time.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#easy_time(tolerance: nil) ⇒ Object



404
405
406
# File 'lib/easy_time.rb', line 404

def easy_time(tolerance: nil)
  EasyTime.new(self, tolerance: tolerance)
end