acts_as_wrapped_class
- URL
- Rubyforge search (acts_as_wrapped_class)
- Author(s)
- David Stevenson
- Summary
- == 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
