Skip to content

Instantly share code, notes, and snippets.

@TheNicholasNick
Created January 20, 2009 02:58
Show Gist options
  • Save TheNicholasNick/49294 to your computer and use it in GitHub Desktop.
Save TheNicholasNick/49294 to your computer and use it in GitHub Desktop.
def []=(key, value)
@_options_lookup[key] ||= {}
super
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment