Skip to content

Instantly share code, notes, and snippets.

@rthbound
Created November 21, 2013 17:03
self referencing hash
options = { :deep => :stuff }
options.merge!(:options => options)
options[:options][:options][:options][:options][:options]
#=> {:deep=>:stuff, :options=>{...}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment