1 --- ruby-2.3.0/man/ruby.1.orig 2015-11-15 05:04:37.000000000 +0300
2 +++ ruby-2.3.0/man/ruby.1 2016-04-12 12:44:33.591950380 +0300
5 on machines that don't support it, in the following manner:
6 .Bd -literal -offset indent
7 -#! /usr/local/bin/ruby
8 +#! /usr/ruby/2.3/bin/ruby
9 # This line makes the next one a comment in Ruby \e
10 - exec /usr/local/bin/ruby -S $0 $*
11 + exec /usr/ruby/2.3/bin/ruby -S $0 $*
14 .It Fl T Ns Op Ar level=1
17 and set the corresponding variable in the script. For example:
18 .Bd -literal -offset indent
19 -#! /usr/local/bin/ruby -s
20 +#! /usr/ruby/2.3/bin/ruby -s
21 # prints "true" if invoked with `-xyz' switch.
22 print "true\en" if $xyz