Class: Module

Inherits:
Object show all
Defined in:
opal/stdlib/native.rb

Instance Method Summary collapse

Instance Method Details

#native_moduleObject



524
525
526
# File 'opal/stdlib/native.rb', line 524

def native_module
  `Opal.global[#{self.name}] = #{self}`
end