Hi,
In message "[ruby-talk:15403] how to remove method from singleton class"
on 01/05/20, Joel VanderWerf <vjoel / path.berkeley.edu> writes:
|How can I remove a method from a singleton class?
class <<obj
remove_method :foo
end
matz.