# File lib/fox12/core.rb, line 301 def normalize! normalized = self.normalize 0.upto(3) { |idx| self[idx] = normalized[idx] } self end