From: Brian Candler Date: 2007-02-26T18:39:27+09:00 Subject: Re: symbol to true object On Mon, Feb 26, 2007 at 04:19:13PM +0900, Nasir Khan wrote: > Is there an idiom to convert the symbol :true to object true (of TrueClass)? BOOL_MAP = { :true=>true, :false=>false } BOOL_MAP[sym_arg]