G
Giles Bowkett
I'm attempting to redefine existing methods with class_eval() and
nothing's happening. Assuming my namespaces are right, is there
anything else to watch out for? The methods I'm targeting are private
instance methods. Does being private somehow shield them from
class_eval? I would have thought the answer was definitely no but the
redefinition is definitely floundering.
nothing's happening. Assuming my namespaces are right, is there
anything else to watch out for? The methods I'm targeting are private
instance methods. Does being private somehow shield them from
class_eval? I would have thought the answer was definitely no but the
redefinition is definitely floundering.