Method: Numeric#months
- Defined in:
- lib/sugarcube-numbers/time.rb
#months ⇒ Object Also known as: month
63 64 65 |
# File 'lib/sugarcube-numbers/time.rb', line 63 def months self.days * 30 end |
63 64 65 |
# File 'lib/sugarcube-numbers/time.rb', line 63 def months self.days * 30 end |