Sha256: 2a5ab4d60ba0dbeb332dbfef840b0345ac7259cb78f32777c1288d81087a7046

Contents?: true

Size: 103 Bytes

Versions: 1

Compression:

Stored size: 103 Bytes

Contents

require "array_is_uniq/version"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
array_is_uniq-0.0.1 lib/array.rb