Sha256: 59bac3f53caa7fa0db910cf797f654b3d8db08bb7fae50d7a62780c08e73727d

Contents?: true

Size: 137 Bytes

Versions: 25

Compression:

Stored size: 137 Bytes

Contents

class Hash
  def except(*keys)
    dup.except!(*keys)
  end

  def except!(*keys)
    keys.each { |key| delete(key) }
    self
  end
end

Version data entries

25 entries across 25 versions & 6 rubygems

Version Path
sbf-dm-core-1.4.0 spec/support/core_ext/hash.rb
sbf-dm-core-1.3.0 spec/support/core_ext/hash.rb
sbf-dm-core-1.3.0.beta spec/support/core_ext/hash.rb
report_builder_fix-0.4 lib/report_builder/core-ext/hash.rb
report_builder-1.9 lib/report_builder/core-ext/hash.rb
report_builder-1.8 lib/report_builder/core-ext/hash.rb
report_builder-1.7 lib/report_builder/core-ext/hash.rb
report_builder-1.6 lib/report_builder/core-ext/hash.rb
report_builder-1.5 lib/report_builder/core-ext/hash.rb
report_builder-1.4 lib/report_builder/core-ext/hash.rb
report_builder-1.3 lib/report_builder/core-ext/hash.rb
report_builder-1.2 lib/report_builder/core-ext/hash.rb
report_builder-1.1 lib/report_builder/core-ext/hash.rb
report_builder-1.0 lib/report_builder/core-ext/hash.rb
report_builder-0.1.6 lib/report_builder/core-ext/hash.rb
report_builder-0.1.5 lib/report_builder/core-ext/hash.rb
ardm-core-1.3.0 spec/support/core_ext/hash.rb
ardm-core-1.2.1 spec/support/core_ext/hash.rb
dm-core-1.2.1 spec/support/core_ext/hash.rb
ghost_dm-core-1.3.0.beta spec/support/core_ext/hash.rb