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: 65,964 of 188,299
Downloads: 15,277

Daily

Ranking: 59,583 of 188,294
Downloads: 1

Depended by

RankDownloadsName
42,85527,478acts_as_runnable_code

Depends on

RankDownloadsName
2,3109,054,432hoe

Owners

#GravatarHandle
1iconstevend