acts_as_wrapped_class 1.0.1

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

All Versions

Version Platform Released Documention
1.0.1 ruby October 25th, 2007 Awaiting Generation
1.0.0 ruby October 22nd, 2007 Awaiting Generation

Tags

You need to Login to tag this item.