Avdi Grimm wrote: > where did the convention of referring to methods using a > hash/pound/octothorpe symbol (#), as in "#foo" or "MyClass#bar", come > from? Isn't this a PickAxe convention to differentiate the class methods (MyClass.class_method) from the instance methods (MyClass#instance_method)?