Class: Ruku::Clients::WebInstaller
- Inherits:
-
Object
- Object
- Ruku::Clients::WebInstaller
- Defined in:
- lib/ruku/clients/web/installer.rb
Class Method Summary collapse
Class Method Details
.install(port) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/ruku/clients/web/installer.rb', line 4 def self.install(port) case RUBY_PLATFORM.downcase when /darwin/ osx_install port else fail('Cannot install for your operating system') end end |