From: Hal Fulton Date: 2006-08-25T08:15:07+09:00 Subject: Re: do not understand this closure rak rok wrote: > Is there any way to have a proc object be callable identically to a method, > ie with the parentheses? Is there a reason to keep the notation distinct? I think it's difficult. Ruby distinguishes between method names and variable names by how they are used. In this case, you'd be using the same name both ways. Hal