class Time

Public Instance Methods

to_rvs() click to toggle source
# File lib/rvs/to_rvs.rb, line 54
def to_rvs
  "t#{strftime('%Y-%m-%d %H:%M:%S')}"
end