# File lib/ruby_units/ruby-units.rb, line 397 def unitless? (@numerator == UNITY_ARRAY && @denominator == UNITY_ARRAY) end