# File lib/backports/1.9.2/stdlib/matrix.rb, line 1653 def eql?(other) return false unless Vector === other @elements.eql? other.elements end