Uh oh!
There was an error while loading. Please reload this page.
Remove y Object extension in IRB - #747
Conversation
Fixes: ruby#685 This feature can easily break how you use other gems like factory_bot or prawn.
tompng
commented
Oct 9, 2025
👍 As described in
Removing About CI failure: Looks like |
tenderlove
commented
Oct 16, 2025
I'm fine with removing the automatic |
Fixes: ruby#685 This feature can easily break how you use other gems like factory_bot or prawn. ruby#747 (comment) > But I kind of think we should leave `psych/y` around. If people really want to use it they could require the file. If you miss the function in Kernel, you can require it interactively or add it to `.irbrc`: ```ruby require 'psych/y' ```
Fixes: #685 This feature can easily break how you use other gems like factory_bot or prawn. ruby/psych#747 (comment) > But I kind of think we should leave `psych/y` around. If people really want to use it they could require the file. If you miss the function in Kernel, you can require it interactively or add it to `.irbrc`: ```ruby require 'psych/y' ``` ruby/psych@f1610b3f05
Fixes: #685
This feature can easily break how you use other gems like factory_bot or prawn.