Exception: VORuby::CoordinateSystems::Equatorial::Exception::RAOutOfRange

Inherits:
CoordinateOutOfRangeException show all
Defined in:
lib/voruby/spacetime/spacetime.rb

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ RAOutOfRange

Returns a new instance of RAOutOfRange.



186
187
188
# File 'lib/voruby/spacetime/spacetime.rb', line 186

def initialize(value)
  super("Right ascension", value, 0, 360)
end