Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions lib/psych/core_ext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ def to_yaml options = {}
end
end

if defined?(::IRB)
require_relative 'y'
end

# Up to Ruby 3.4, Set was a regular object and was dumped as such
# by Pysch.
# Starting from Ruby 3.5 it's a core class written in C, so we have to implement
Expand Down
10 changes: 0 additions & 10 deletions lib/psych/y.rb

This file was deleted.

Loading