Method: Spaceship::Portal::App#mac?
- Defined in:
- spaceship/lib/spaceship/portal/app.rb
permalink #mac? ⇒ Bool
Returns Is this a Mac app?.
187 188 189 |
# File 'spaceship/lib/spaceship/portal/app.rb', line 187 def mac? platform == 'mac' end |