Exception: ExecJS::Xtrn::Ole::Error

Inherits:
Error
  • Object
show all
Defined in:
lib/execjs/xtrn/ole.rb

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ Error

Returns a new instance of Error.



6
7
8
9
# File 'lib/execjs/xtrn/ole.rb', line 6

def initialize error
  # In addition, say: $stdout.set_encoding Encoding.default_external

  super error.message.force_encoding Encoding.default_external
end