class Date

Public Instance Methods

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