Method: React::NativeLibrary.const_missing
- Defined in:
- lib/react/native_library.rb
.const_missing(const_name) ⇒ Object
44 45 46 |
# File 'lib/react/native_library.rb', line 44 def const_missing(const_name) import_const_from_native(self, const_name, true) || super end |