lib/reek/smells.rb in reek-1.3.8 vs lib/reek/smells.rb in reek-1.4.0

- old
+ new

@@ -22,10 +22,9 @@ require 'reek/smells/unused_parameters' require 'reek/smells/utility_function' # SMELL: Duplication -- all these should be found automagically module Reek - # # This module contains the various smell detectors. # module Smells end