I
Iñaki Baz Castillo
Hi, if class A contains method "hello" and class B inherits from A, is
it possible to remove method "hello" in the definition of class B?
Maybe a workaround could be making "hello" method private in class B.
NOTE: I do know that I can override "hello" method (something as "def
hello; nil; end") but I don't want it.
Thanks for any suggestion.
--=20
I=C3=B1aki Baz Castillo
<[email protected]>
it possible to remove method "hello" in the definition of class B?
Maybe a workaround could be making "hello" method private in class B.
NOTE: I do know that I can override "hello" method (something as "def
hello; nil; end") but I don't want it.
Thanks for any suggestion.
--=20
I=C3=B1aki Baz Castillo
<[email protected]>