Method: ReactNativeUtil::Util#platform
- Defined in:
- lib/react_native_util/util.rb
#platform ⇒ Object
- TTY::Platform
-
Object with platform information
83 84 85 |
# File 'lib/react_native_util/util.rb', line 83 def platform @platform ||= TTY::Platform.new end |