Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/monthra/monkey_patches.rb
Overview
Decided not to use refinements due to backwards compatibility issues with Jruby 1.7. Sorry.
Instance Method Summary collapse
- #to_monthra_month ⇒ Object (also: #to_monthra)
Instance Method Details
#to_monthra_month ⇒ Object Also known as: to_monthra
4 5 6 |
# File 'lib/monthra/monkey_patches.rb', line 4 def to_monthra_month Monthra.at(self) end |