Categories: None [Edit]

hash_set_operators

https://rubygems.org/gems/hash_set_operators
== 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:

Total

Ranking: 116,678 of 183,127
Downloads: 5,343

Daily

Ranking: 74,510 of 183,106
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
2,0888,575,053hoe

Owners

#GravatarHandle
1iconbluetrust