Y
Hacker News
new
|
ask
|
show
|
jobs
by
klochner
4454 days ago
Totally agree, that's why I said 'if all methods are class methods...', in which case
class<<self
should go at the top of the class body. If there are instance methods I prefer
def self.bar
.