class Ohm::DataTypes::UnixTime

Public Instance Methods

to_s() click to toggle source
# File lib/ohm/datatypes.rb, line 24
def to_s
  to_i.to_s
end