Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/log_weaver/monkey_patch.rb
Instance Method Summary collapse
Instance Method Details
#uniq? ⇒ Boolean
3 4 5 |
# File 'lib/log_weaver/monkey_patch.rb', line 3 def uniq? self.length == self.uniq.length end |