# File lib/sass/script/value/number.rb, line 224 def eql?(other) basically_equal?(value, other.value) && numerator_units == other.numerator_units && denominator_units == other.denominator_units end