Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/monthra/monkey_patches.rb
Instance Method Summary collapse
- #to_monthra_month ⇒ Object (also: #to_monthra)
Instance Method Details
#to_monthra_month ⇒ Object Also known as: to_monthra
11 12 13 |
# File 'lib/monthra/monkey_patches.rb', line 11 def to_monthra_month Monthra.at(self) end |