Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.5
-
Component/s: HelpWanted, Intro, Miscellaneous
-
Labels:None
-
Number of attachments :
Description
From Ruby man page:
-x[directory] Tells Ruby that the script is embedded in a message.
Leading garbage will be discarded until the first that
starts with ``#!'' and contains the string, ``ruby''. Any
meaningful switches on that line will applied. The end of
script must be specified with either EOF, ^D (control-D),
^Z (control-Z), or reserved word __END__. If the direc-
tory name is specified, Ruby will switch to that directory
before executing script.
Punting issues from 1.1 RC2 to 1.1 final.