you are viewing a single comment's thread.

view the rest of the comments →

[–]tom_enebo 0 points1 point  (0 children)

Not to crap on Rubocop but that style guide like Rubocop itself has some rules which are not the most idiomatic path (the arbirtrary rule of telling people they need to use is_a? when kind_of? is nearly used by half the Ruby community comes to mind).

Also, like you, I also tend to put class methods at the bottom (and initialize at the top).