Method: Code::Object::Integer#code_hours

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

#code_hoursObject



414
415
416
# File 'lib/code/object/integer.rb', line 414

def code_hours
  Duration.new(raw.hours)
end