Method: When::CalendarNote::LuniSolarPositions._setup_

Defined in:
lib/when_exe/ephemeris/notes.rb

._setup_(table_off = nil) ⇒ void

This method returns an undefined value.

Parameters:

  • table_off (Boolean) (defaults to: nil)

    高精度テーブル使用の指定 true - 使用しない, false,nil - 使用する



30
31
32
# File 'lib/when_exe/ephemeris/notes.rb', line 30

def _setup_(table_off=nil)
  @table_off = table_off
end