Method: CS::Time#to_s

Defined in:
lib/cs/time.rb

#to_sObject



32
33
34
# File 'lib/cs/time.rb', line 32

def to_s
  @time.to_s
end