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: 65,609 of 187,622
          Downloads: 15,203
        Daily
Ranking: 68,981 of 187,603
          Downloads: 3
        Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name | 
|---|---|---|
| 42,575 | 27,376 | acts_as_runnable_code | 
Depends on
| Rank | Downloads | Name | 
|---|---|---|
| 2,297 | 8,989,939 | hoe | 
Owners
| # | Gravatar | Handle | 
|---|---|---|
| 1 | stevend |