summaryrefslogtreecommitdiff
path: root/libexec/irb
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/irb')
-rwxr-xr-xlibexec/irb1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/irb b/libexec/irb
index c64ee85fbd..7cd24482da 100755
--- a/libexec/irb
+++ b/libexec/irb
@@ -8,4 +8,5 @@
require "irb"
+IRB::TOPLEVEL_BINDING = binding
IRB.start(__FILE__)