Method: Code::Object::Time#code_seconds

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

#code_secondsObject



181
182
183
# File 'lib/code/object/time.rb', line 181

def code_seconds
  Integer.new(raw.sec)
end