Subject: Re: Trouble parsing against a hash
From: gwtmp01 mac.com
Date: Tue, 15 Aug 2006 02:05:12 +0900
References: 208360
In-reply-to: 208360
On Aug 14, 2006, at 12:42 PM, Peter Bailey wrote:
> File.fnmatch('#{key}*', #{psfile})
Your quotes are wrong. I think this is what you are looking for:
File.fnmatch("#{key}*", psfile)