On Aug 28, 2006, at 10:42 AM, Robert Retzbach wrote: > It would be interesting to see how textmate does this, cause I can't > think of a way to determine whether foo.method_name is an instance > method or a class method for example. def foo.method_name... is always a singleton class method, isn't it? ;) James Edward Gray II