Returns:
41 42 43
# File 'lib/oro/parts.rb', line 41 def self.distinct? list.size == list.uniq.size ? true : false end