lib/analdiffist/reek_parser.rb in analdiffist-0.2.0 vs lib/analdiffist/reek_parser.rb in analdiffist-0.3.0
- old
+ new
@@ -28,12 +28,12 @@
def diff other
self if other.nil?
end
def score
- 1
+ 2
end
- def description
+ def description mode = :added
"Reek: #{type}"
end
end
end