Module: TempusHelper

Defined in:
lib/tempus/tempus_helper.rb

Overview

Helper to inject tempus transformation to all objects

Instance Method Summary collapse

Instance Method Details

#to_tempusObject



5
6
7
# File 'lib/tempus/tempus_helper.rb', line 5

def to_tempus
  Tempus.new(self)
end