From: Roger Pack Date: 2008-05-09T00:04:22+09:00 Subject: Re: Comparing String with Symbol I usually just convert them over pos = pos.to_s > Maybe using: > if pos.to_s == 'first' > is the best way? -- Posted via http://www.ruby-forum.com/.