Module: BubbleWrap::Ext::Platforms
- Defined in:
- lib/bubble-wrap/ext/motion_project_app.rb
Instance Method Summary collapse
Instance Method Details
#osx? ⇒ Boolean
37 38 39 |
# File 'lib/bubble-wrap/ext/motion_project_app.rb', line 37 def osx? self.respond_to?(:template) && self.template == :osx end |