Module: General

Defined in:
lib/robust_excel_ole/general.rb

Constant Summary collapse

IS_JRUBY_PLATFORM =
(RUBY_PLATFORM =~ /java/)
WIN32OLE_INSTANCE_METHODS =
[
  :ole_methods, :ole_free, :ole_get_methods, :ole_put_methods, :ole_func_methods, :ole_method, :ole_method_help,
  :ole_activex_initialize, :ole_type, :ole_obj_help, :ole_typelib, :ole_query_interface, :ole_respond_to?, 
  :invoke, :_invoke, :_getproperty, :_setproperty, :setproperty, :[], :[]=, :methods, :method_missing, :each
]

Class Method Summary collapse

Class Method Details

.testObject