Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/opal/native.rb
Instance Method Summary collapse
Instance Method Details
#to_native ⇒ Object
188 189 190 |
# File 'lib/opal/native.rb', line 188 def to_native raise TypeError, 'no specialized #to_native has been implemented' end |