-
Petrik authored
CodeStatistics and CodeStatisticsCalculator are currenltly top-level constants, while almost everything in `railties/lib/rails` is namespaced to `Rails`. These have probably never conflicted with other top-level constants, but Rails should not pollute the top-level namespace if it's not necessary.
Petrik authoredCodeStatistics and CodeStatisticsCalculator are currenltly top-level constants, while almost everything in `railties/lib/rails` is namespaced to `Rails`. These have probably never conflicted with other top-level constants, but Rails should not pollute the top-level namespace if it's not necessary.
Loading