Project

General

Profile

Bug #17492 » demo.sh

Script to demonstrate the problem - rsharman (Richard Sharman), 12/30/2020 11:58 PM

 
#! /bin/sh
cat <<-EOF > test.rb
#!/usr/bin/env ruby
3.times { |i|
puts i
}
EOF
cat <<-EOF | ruby -r debug test.rb
b test.rb:3
c
c
c
EOF

(2-2/2)