Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/monthra/monkey_patches.rb

Instance Method Summary collapse

Instance Method Details

#to_monthra_monthObject



10
11
12
# File 'lib/monthra/monkey_patches.rb', line 10

def to_monthra_month
  Monthra::Month.at(self)
end