Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/rvs/to_rvs.rb
Instance Method Summary collapse
Instance Method Details
#to_rvs ⇒ Object
42 43 44 |
# File 'lib/rvs/to_rvs.rb', line 42 def to_rvs "d#{strftime('%Y-%m-%d')}" end |