RubyGems Navigation menu

gather 0.0.4

A gem that provides modules to make working with properties a bit easier. For example: class SumThing include Gather property :thing, :spla, :gumf, :troob end s = SumThing.new.gather :spla => 'five', :thing => 'sigma' do troob %w{one two three four} gumf 15 % 4 end Or s = SumThing.new.gather :spla => 'five', :thing => 'sigma' do |s| s.troob = %w{one two three four} s.gumf = 15 % 4 end

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.0.8 - June 21, 2011 (10.0 KB)
  2. 0.0.7 - June 08, 2011 (10.0 KB)
  3. 0.0.6 - January 20, 2011 (9.5 KB)
  4. 0.0.4 - September 24, 2009 (9.5 KB)
  5. 0.0.3 - January 29, 2009* (8.0 KB)

Development 依赖 (2):

hoe >= 1.8.0
newgem >= 1.3.0

业主:

作者:

  • John Anderson

SHA 256 校验和:

502b60f98057b82bc6c27a9ea669f79f3ddf6e837bffec68818721e8ae46f167

下载总量 19,741

这个版本 3,925

许可:

需要的 Ruby 版本:

链接: