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: 63,196 of 183,583
Downloads: 14,799

Daily

Ranking: 69,547 of 183,569
Downloads: 0

Depended by

RankDownloadsName
40,54426,843acts_as_runnable_code

Depends on

RankDownloadsName
2,1078,612,675hoe

Owners

#GravatarHandle
1iconstevend