Mark a class as wrapped, creating a wrapper class which allows access to
certain methods specified by EITHER the :methods safe list of the
:except_methods blacklist. You cannot use both :methods and :except_methods
at once.
- options[:methods] contains a list of method names (symbols) to allow access
to
- options[:except_methods] contains a list of method names (symbols) to not
allow access to
- options[:constants] contains a list of constant names (symbols) to allow
access to
- options[:except_constants] contains a list of constant names (symbols) to
not allow access to