Subject: Re: Newbie question about the # symbol
From: "rmagick gmail.com" <rmagick@gmail.com>
Date: Tue, 14 Mar 2006 22:33:46 +0900
References: 184048
In-reply-to: 184048
# is not Ruby syntax, it's a documentation convention that denotes
"instance method," as in "kind_of? is an instance method of Object" as
opposed to "class method," which is distinguished by a period between
the class name and the method name.