Class: Nobbie::Wx::Platform
- Inherits:
-
Object
- Object
- Nobbie::Wx::Platform
- Includes:
- Nobbie::Wx
- Defined in:
- lib/nobbie/wx/platform.rb
Overview
:nodoc:
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.ensure_supported ⇒ Object
20 21 22 |
# File 'lib/nobbie/wx/platform.rb', line 20 def self.ensure_supported raise unless supported? end |
.windows? ⇒ Boolean
16 17 18 |
# File 'lib/nobbie/wx/platform.rb', line 16 def self.windows? name == WINDOWS end |