From: Hal Brodigan Date: 2010-08-12T14:12:08+09:00 Subject: [ruby-core:31686] [Backport #3685] Struct does not define #to_ary, needed for implicit-splat. Backport #3685: Struct does not define #to_ary, needed for implicit-splat. http://redmine.ruby-lang.org/issues/show/3685 Author: Hal Brodigan Status: Open, Priority: Low Now that #to_ary is used for implicit-splat, I believe it would be useful to support implicit-splat for Structs, since they share some behavior with Arrays. ---------------------------------------- http://redmine.ruby-lang.org