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: 118,562 of 186,898
Downloads: 5,520

Daily

Ranking: 73,929 of 186,883
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
2,2598,896,683hoe

Owners

#GravatarHandle
1iconbluetrust