On Tue, 2005-01-25 at 18:31 +0900, Pit Capitain wrote:
> h = {"a"=>"111", "b"=>"222"}
> p h.values                   # => ["111", "222"]
> 

Even better!  I thought there must be a method for that but my (very
quick) search last night didn't find it.  Thanks

Richard.