Method: Telescopes#initialize

Defined in:
lib/astro_calc/telescopes.rb

#initialize(unit = UNIT_MILLIMETERS) ⇒ Telescopes

Returns a new instance of Telescopes.



13
14
15
# File 'lib/astro_calc/telescopes.rb', line 13

def initialize(unit = UNIT_MILLIMETERS)
  @unit = unit
end