RubyGems Navigation menu

acts_as_wrapped_class 1.0.0

FEATURES/PROBLEMS: * Wrappers do not dispatch const_missing yet, so constants are not accessible yet. == SYNOPSIS: class Something acts_as_wrapped_class :methods => [:safe_method] # SomethingWrapper is now defined def safe_method # allowed to access this method through SomethingWrapper Something.new end def unsafe_method # not allowed to access this method through SomethingWrapper end end

Gemfile:
=

安装:
=

版本列表:

  1. 1.0.1 - October 25, 2007* (8.5 KB)
  2. 1.0.0 - October 22, 2007* (8.0 KB)

Runtime 依赖 (1):

hoe >= 1.3.0

业主:

作者:

  • David Stevenson

SHA 256 校验和:

=

下载总量 14,709

这个版本 6,678

版本发布:

许可:

需要的 Ruby 版本: > 0.0.0

链接: