RubyGems Navigation menu

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:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.0 - April 28, 2008* (8.0 KB)

Runtime 相依性套件 (1):

hoe >= 1.5.1

擁有者:

作者:

  • Mike Judge

SHA 256 checksum:

ce0238641546f8156a253b716a32c52023f0e0d412691f174d1f097570343527

總下載次數 5,240

這個版本 5,238

License:

Ruby 版本需求: > 0.0.0

相關連結: