From: Jamis Buck Date: 2005-12-25T04:44:51+09:00 Subject: 1.8.4 Struct bug Found the following while making sure Net::SSH works with 1.8.4: irb(main):001:0> Struct.new(:valid?).new.valid? NoMethodError: undefined method `valid?' for # :valid?=nil> from (irb):1 This worked in 1.8.2, at least. Is this an intentional change? (This only bites me in the unit tests for Net::SSH, and I can easily work around it, just wanted to make sure problem this was known.) - Jamis