|
|
|
|
|
by stiff
4783 days ago
|
|
This must be the Ruby equivalent of the once prevalent Java pattern craze, I mean what the hell is the purpose of a class like this: class JoiningError < Struct.new(:message)
def effect(caller)
caller.joining_error(self)
end
end
|
|