Flowdock
method

shebang

Importance_1
v2_2_9 - Show latest stable - 0 notes - Class: Installer
shebang(bin_file_name) public

Generates a #! line for bin_file_name's wrapper copying arguments if necessary.

If the :custom_shebang config is set, then it is used as a template for how to create the shebang used for to run a gem’s executables.

The template supports 4 expansions:

$env    the path to the unix env utility
$ruby   the path to the currently running ruby interpreter
$exec   the path to the gem's executable
$name   the name of the gem the executable is for
Show source
Register or log in to add new notes.