Class: XPCOMCore::CommandParser::LaunchCommand::LinuxLauncher
- Inherits:
-
BaseLauncher
- Object
- BaseLauncher
- XPCOMCore::CommandParser::LaunchCommand::LinuxLauncher
- Defined in:
- lib/xpcomcore-rubygem/commands/launch.rb
Overview
DarwinLauncher
Instance Method Summary collapse
Methods inherited from BaseLauncher
Constructor Details
This class inherits a constructor from XPCOMCore::CommandParser::LaunchCommand::BaseLauncher
Instance Method Details
#launch ⇒ Object
102 103 104 105 106 |
# File 'lib/xpcomcore-rubygem/commands/launch.rb', line 102 def launch super xre_location = send(:"locate_#{@options[:runner_type]}") launch_xre(xre_location) end |