Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/rvs/to_rvs.rb

Instance Method Summary collapse

Instance Method Details

#to_rvsObject



47
48
49
# File 'lib/rvs/to_rvs.rb', line 47

def to_rvs
  "t#{strftime('%Y-%m-%d %H:%M:%S')}"
end