Module: IRB
- Defined in:
- lib/fluffy-ruby-debug.rb
Class Method Summary collapse
-
.fail(*args) ⇒ Object
when debugging from some ruby app that has its own, non-compatible ARGV args.
Class Method Details
.fail(*args) ⇒ Object
when debugging from some ruby app that has its own, non-compatible ARGV args
5 6 |
# File 'lib/fluffy-ruby-debug.rb', line 5 def IRB.fail(*args) end |