# File lib/ansi/diff.rb, line 15
    def self.diff(object1, object2, options={})
      new(object1, object2, options={}).to_a
    end