lib/sub_diff/collection.rb in sub_diff-1.0.7 vs lib/sub_diff/collection.rb in sub_diff-1.1.0

- old
+ new

@@ -2,10 +2,9 @@ class Collection < SimpleDelegator extend Forwardable include Enumerable def_delegators :diffs, :each, :size - def_delegators :__getobj__, :to_s attr_reader :string, :diffs def initialize(string) @string = string