class VectorEphemerisTable::Row

Public Instance Methods

jdct=(julian) click to toggle source
Calls superclass method
# File lib/tengai/vector_ephemeris_table.rb, line 32
def jdct=(julian)
  super DateTime.jd(julian.to_f)
end