01-21-2010, 05:57 PM
method_defined?
That sounds more like a call to see if a method exists within a class rather than checking to see if one has been aliased.
If that is the case, the statement would be useful to see if someone created a new method in their kickin' script for an existing class and you (as a scripter) was performing a compatibility check for that kickin' script.
That sounds more like a call to see if a method exists within a class rather than checking to see if one has been aliased.
If that is the case, the statement would be useful to see if someone created a new method in their kickin' script for an existing class and you (as a scripter) was performing a compatibility check for that kickin' script.