Flowdock
def_instance_delegator(accessor, method, ali = method) public

Defines a method method which delegates to obj (i.e. it calls the method of the same name in obj). If new_name is provided, it is used as the name for the delegate method.

See the examples at Forwardable and forwardable.rb.

Show source
Register or log in to add new notes.