Class: XPCOMCore::CommandParser::LaunchCommand::LinuxLauncher

Inherits:
BaseLauncher
  • Object
show all
Defined in:
lib/xpcomcore-rubygem/commands/launch.rb

Overview

DarwinLauncher

Instance Method Summary collapse

Methods inherited from BaseLauncher

#initialize

Constructor Details

This class inherits a constructor from XPCOMCore::CommandParser::LaunchCommand::BaseLauncher

Instance Method Details

#launchObject



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