Categories: None [Edit]

acts_as_wrapped_class

https://rubygems.org/gems/acts_as_wrapped_class
== 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

Total

Ranking: 61,708 of 180,872
Downloads: 14,573

Daily

Ranking: 64,595 of 180,860
Downloads: 2

Depended by

RankDownloadsName
39,32926,516acts_as_runnable_code

Depends on

RankDownloadsName
1,9738,440,637hoe

Owners

#GravatarHandle
1iconstevend