Class: Date

Inherits:
Object
  • Object
show all
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

Instance Method Details

#to_monthra_monthObject Also known as: to_monthra



4
5
6
# File 'lib/monthra/monkey_patches.rb', line 4

def to_monthra_month
  Monthra.at(self)
end