Sha256: 92088109f7c5e522824e180e7436a13a851472a1422b589da2c213a96bb35bf6
Contents?: true
Size: 147 Bytes
Versions: 37
Compression:
Stored size: 147 Bytes
Contents
class Array def same(array) temp_array = self.clone temp_array.length == array.length && (temp_array-array).length == 0 end end
Version data entries
37 entries across 37 versions & 1 rubygems