Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/log_weaver/monkey_patch.rb

Instance Method Summary collapse

Instance Method Details

#uniq?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/log_weaver/monkey_patch.rb', line 3

def uniq?
  self.length == self.uniq.length
end