Categories: None [Edit]
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: 62,956 of 183,155
Downloads: 14,757
Daily
Ranking: 27,890 of 183,147
Downloads: 4
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
40,361 | 26,786 | acts_as_runnable_code |
Depends on
Rank | Downloads | Name |
---|---|---|
2,090 | 8,576,429 | hoe |
Owners
# | Gravatar | Handle |
---|---|---|
1 | stevend |