Registry / utility / dirty-hashy

dirty-hashy

JSON →
library0.2.1rbrubygemsunverified

Dirty tracking within hashes (with or without indifferent access) or objects as it is expected to be!

gem install dirty_hashy
INSTALL
IMPORT
SIG · DIRTY-HASHY
D
dirty-hashy
utilityrubyv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DirtyHashy
require 'dirty_hashy'

Track changes in a hash with dirty tracking

require 'dirty_hashy' hash = DirtyHashy.new({a: 1, b: 2}) hash[:a] = 3 puts hash.changed? # => true puts hash.changes # => {:a=>[1, 3]}
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
dirty-hashy — gem install dirty-hashy · libregistry