Class: Integer

Inherits:
Object show all
Defined in:
lib/active_object/integer.rb

Instance Method Summary collapse

Instance Method Details

#timeObject



3
4
5
# File 'lib/active_object/integer.rb', line 3

def time
  Time.at(self)
end