Method: Code::Object::Time#code_months
- Defined in:
- lib/code/object/time.rb
#code_months ⇒ Object
149 150 151 |
# File 'lib/code/object/time.rb', line 149 def code_months Integer.new(raw.month) end |
149 150 151 |
# File 'lib/code/object/time.rb', line 149 def code_months Integer.new(raw.month) end |