Method: Quark::MdkUtil.toNativePromise
- Defined in:
- lib/mdk_util.rb
.toNativePromise(p) ⇒ Object
95 96 97 98 99 100 101 102 103 104 |
# File 'lib/mdk_util.rb', line 95 def self.toNativePromise(p) if (!(false)) raise ("This method only works on Javascript.") end return nil end |