summaryrefslogtreecommitdiff
path: root/prelude.rb
diff options
context:
space:
mode:
-rw-r--r--prelude.rb4
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@
class Binding
# :nodoc:
- def irb
begin
require 'irb'
rescue LoadError, Gem::LoadError
Gem::BUNDLED_GEMS.force_activate 'irb'
retry
end
- irb
end
# suppress redefinition warning