Class
ProcessLauncher
In:
languages-statistics.rb
Parent:
Object
別プロセスを起動する機能を提供します。
Methods
fork_is_available?
is_windows?
launch
new
Constants
WINDOWSES
=
['mingw', 'mswin']
Public Class methods
new
(logger = nil)
Public Instance methods
fork_is_available?
()
is_windows?
()
launch
(command, argument, error_message)
[Validate]