shawn42 / gamebox

A game template for building and distributing Gosu apps.
267 stars 29 forks source link

In code_statistics.rb warning about mismatched indentation #61

Open ghost opened 12 years ago

ghost commented 12 years ago

code_statistics.rb uses

private

Then adds a two level indent.

I guess this is your style :) so no problem there, only that the ruby warning is a bit annoying.

My suggestion to fix:

perhaps move the last occuring "end" to be on the same indent level as the leading

class CodeStatistics

end

Right now it is:

class CodeStatistics

' 'end # notice the two ' '