From: Patrick Li Date: 2008-08-13T04:14:47+09:00 Subject: Re: How do I unsplat something? I can't use Array() because I want: {"a"=>2} to become [{"a"=>2}] so far: flatten is the best so far... except that it recursively flattens inner arrays too... which is not ideal but workable for my current use. -- Posted via http://www.ruby-forum.com/.