summaryrefslogtreecommitdiff
path: root/prelude.rb
diff options
context:
space:
mode:
Diffstat (limited to 'prelude.rb')
-rw-r--r--prelude.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/prelude.rb b/prelude.rb
index 6ebaabc758..473d7d32c8 100644
--- a/prelude.rb
+++ b/prelude.rb
@@ -132,6 +132,12 @@ class IO
end
end
+class TracePoint
+ def enable target: nil, &blk
+ self.__enable target, &blk
+ end
+end
+
class Binding
# :nodoc:
def irb