Method: OpenC3::UnixTimeSecondsConversion#to_s

Defined in:
lib/openc3/conversions/unix_time_seconds_conversion.rb

#to_sString

Returns The name of the class followed by the time conversion.

Returns:

  • (String)

    The name of the class followed by the time conversion



49
50
51
# File 'lib/openc3/conversions/unix_time_seconds_conversion.rb', line 49

def to_s
  super << ".to_f"
end