class Object

Constants

SystemRunner

Generic runner that will resort to calling an external program.

@option :options [Hash,nil] :env a hash of options to be used as env in the

call to system.

@option :options [true,false] :debug enabling debug mode will write the

compiled JavaScript file in the current working directory.

@yield tempfile [File] Gives a file to the block, its path can be used to

construct the command

@yieldreturn command [Array<String>] the command to be used in the system call