Skip to content

Commit 2e4c832

Browse files
authored
Merge pull request #748 from runephilosof/patch-1
Remove y Object extension in IRB
2 parents d1211a2 + f1610b3 commit 2e4c832

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/psych/core_ext.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ def to_yaml options = {}
1414
end
1515
end
1616

17-
if defined?(::IRB)
18-
require_relative 'y'
19-
end
20-
2117
# Up to Ruby 3.4, Set was a regular object and was dumped as such
2218
# by Pysch.
2319
# Starting from Ruby 4.0 it's a core class written in C, so we have to implement

0 commit comments

Comments
 (0)