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: 121,442 of 193,214
Downloads: 5,796

Daily

Ranking: 94,007 of 193,188
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
2,3639,297,702hoe

Owners

#GravatarHandle
1iconbluetrust