Method: Code::Object::Integer#code_days

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

#code_daysObject



378
379
380
# File 'lib/code/object/integer.rb', line 378

def code_days
  Duration.new(raw.days)
end