Class: Date

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

Instance Method Summary collapse

Instance Method Details

#to_rvsObject



35
36
37
# File 'lib/rvs/to_rvs.rb', line 35

def to_rvs
  "d#{strftime('%Y-%m-%d')}"
end