Class: Jscall::HiddenRef
- Inherits:
-
Object
- Object
- Jscall::HiddenRef
- Defined in:
- lib/jscall.rb
Instance Method Summary collapse
- #__getobj__ ⇒ Object
-
#initialize(obj) ⇒ HiddenRef
constructor
A new instance of HiddenRef.
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 |