Skip to content

Instantly share code, notes, and snippets.

@mdkent
Created February 5, 2010 21:46
Show Gist options
  • Save mdkent/296295 to your computer and use it in GitHub Desktop.
Save mdkent/296295 to your computer and use it in GitHub Desktop.
(rdb:1) eval node.attribute[:foo][:bar] = "baz"
"baz"
(rdb:1) eval node.attribute[:foo].has_key?(:bar)
true
(rdb:1) eval node.attribute[:foo].delete(:bar)
"baz"
(rdb:1) eval node.attribute[:foo].has_key?(:bar)
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment