def and undef a method
Jul 25
2008
2008
Comments Off
def my_method; end # define a method undef my_method # remove a method
my web space
def my_method; end # define a method undef my_method # remove a method