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