hash_set_operators 0.1.0
DESCRIPTION: * Adds +, -, and & methods to Hashes == SYNOPSIS: require ‘rubygems’ require ‘hash_set_operators’ {:controller => :user, :action => :edit} + {:action => :show, :id => 1} # => {:controller => :user, :action => :show, :id => 1} {:controller => :user, :action => :edit} - {:action => :show, :id => 1} # => {:controller => :user} {:controller => :user, :action => :edit} & {:action => :show, :id => 1} # => {:action => :edit} == INSTALL:
Gemfile:
=
install:
=
Versions:
- 0.1.0 April 28, 2008* (8 KB)
Runtime Dependencies (1):
hoe
>= 1.5.1