# File lib/ohm.rb, line 854 def self.unique(attribute) uniques << attribute unless uniques.include?(attribute) end