def_single_delegator(accessor, method, new_name=method)
Instance Public methods
Defines a method method which delegates to accessor (i.e. it calls the method of the same name in accessor). If new_name is provided, it is used as the name for the delegate method.
Please login to continue.