That's a decorator, yo!
I want to read more about decorators.
I want to watch a video where someone teaches me about decorators.
That's a decorator, yo!
I want to read more about decorators.
I want to watch a video where someone teaches me about decorators.
What code smell do we have here?
class Foo
def bar
end
private
def baz
end
def qux
end
def whatever
end
def blah_blah
end
def blah_blah?
end
end
Yes!