Skip to content

Commit

Permalink
bin/console: load the lib itself by default and ignore broken stdlib …
Browse files Browse the repository at this point in the history
…debug on JRuby
  • Loading branch information
jeremy committed Mar 6, 2024
1 parent 77ee41a commit f3c5414
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bin/console
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/usr/bin/env ruby
require "bundler/setup"
require "irb"

begin
require "debug"
rescue LoadError
end
require "debug" rescue nil
require "marcel"

IRB.start

0 comments on commit f3c5414

Please sign in to comment.