RubyGems Navigation menu

preconditions 0.1.1

The Preconditions library provides a simple set of methods for checking arguments being passed into a method. Instead of writing custom checks and raising exceptions directly in your code you can use Preconditions to verify basic properties of your arguments (not-nil, satisfying a boolean expression, being of a certain type/duck-type) and raise the appropriate exception for you.

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

安装:
=

版本列表:

  1. 0.3.0 - July 31, 2012 (11.0 KB)
  2. 0.2.1 - May 25, 2011 (10.5 KB)
  3. 0.2.0 - May 24, 2011 (10.5 KB)
  4. 0.1.2 - May 22, 2011 (8.0 KB)
  5. 0.1.1 - May 20, 2011 (8.0 KB)
显示所有版本 (共 6 个)

Development 依赖 (7):

bluecloth >= 0
bundler ~> 1.0.0
jeweler ~> 1.5.2
rcov >= 0
rspec >= 2.6.0
yard ~> 0.6.0

业主:

作者:

  • tucker

SHA 256 校验和:

b8bddc9b45b7b305d1a6c3e0b94110376241ef551c9af21b8b4acb0760327770

下载总量 129,076

这个版本 3,121

许可:

需要的 Ruby 版本:

链接: