lib/sub_diff/diff.rb in sub_diff-1.0.1 vs lib/sub_diff/diff.rb in sub_diff-1.0.2
- old
+ new
@@ -1,6 +1,4 @@
-require 'delegate'
-
module SubDiff
class Diff < SimpleDelegator
attr_reader :value_was
alias_method :value, :__getobj__
- old
+ new