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: 66,179 of 188,802
Downloads: 15,314

Daily

Ranking: 34,709 of 188,779
Downloads: 2

Depended by

RankDownloadsName
43,07727,517acts_as_runnable_code

Depends on

RankDownloadsName
2,3139,088,812hoe

Owners

#GravatarHandle
1iconstevend