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: 119,142 of 187,255
Downloads: 5,596

Daily

Ranking: 98,642 of 187,239
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
2,2868,955,182hoe

Owners

#GravatarHandle
1iconbluetrust