Method: OpenC3::UnixTimeSecondsConversion#to_s
- Defined in:
- lib/openc3/conversions/unix_time_seconds_conversion.rb
#to_s ⇒ String
Returns 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 |