Method: Part.distinct?

Defined in:
lib/oro/parts.rb

.distinct?Boolean

Returns:

  • (Boolean)


41
42
43
# File 'lib/oro/parts.rb', line 41

def self.distinct?
  list.size == list.uniq.size ? true : false
end