Method: Code::Object::Time#code_months

Defined in:
lib/code/object/time.rb

#code_monthsObject



149
150
151
# File 'lib/code/object/time.rb', line 149

def code_months
  Integer.new(raw.month)
end