Re: abstract method in Ruby

Bill B. wrote:

If I have the constraint that objects within a certain group
must be able to respond to the methods that make up behavior
X, then what would be the best way to ensure that?

Unit tests?

:wink:

Steve