Class: Jscall::HiddenRef

Inherits:
Object
  • Object
show all
Defined in:
lib/jscall.rb

Instance Method Summary collapse

Constructor Details

#initialize(obj) ⇒ HiddenRef

Returns a new instance of HiddenRef.



31
32
33
# File 'lib/jscall.rb', line 31

def initialize(obj)
    @object = obj
end

Instance Method Details

#__getobj__Object



34
35
36
# File 'lib/jscall.rb', line 34

def __getobj__()
    @object
end