Open ghost opened 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:
' 'end # notice the two ' '
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 ' '