⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (140 Bytes)
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
« Previous
1
2
Next »
(2-2/2)
Loading...