lib/xezat/command/doctor.rb in xezat-0.2.0 vs lib/xezat/command/doctor.rb in xezat-0.2.1
- old
+ new
@@ -5,11 +5,9 @@
module Xezat
module Command
class Doctor
include Xezat
- def initialize; end
-
def execute
get_contents_uniqueness.each do |path, pkg|
puts "#{path} is not unique: #{pkg}" if pkg.length > 1
end
end