Actions
Bug #5184
closedYAML #y method not private
Description
And it's bleeding through OpenStruct.
require 'ostruct'
=> true
irb(main):002:0> o = OpenStruct.new
=> #
irb(main):003:0> o.y 1
--- 1
...
=> nil
Actions
Like0
Like0