Top Level Namespace

Defined Under Namespace

Modules: General, MethodHelpers, RobustExcelOle, ToReoRefinement Classes: Integer, String

Constant Summary collapse

LOG_TO_STDOUT =
false            unless Object.const_defined?(:LOG_TO_STDOUT)
REO_LOG_DIR =
''.freeze        unless Object.const_defined?(:REO_LOG_DIR)
REO_LOG_FILE =
'reo.log'.freeze unless Object.const_defined?(:REO_LOG_FILE)
REO =
RobustExcelOle
TRANSLATION_TABLE =
{
  'ä' => 'ae', 'ö' => 'oe', 'ü' => 'ue', 'Ä' => 'Ae', 'Ö' => 'Oe', 'Ü' => 'Ue',
  'ß' => 'ss', '²' => '2', '³' => '3'
}

Instance Method Summary collapse

Instance Method Details

#kaObject



6
7
8
# File 'lib/robust_excel_ole/excel.rb', line 6

def ka
  Excel.kill_all
end