delegate method => accessor
delegate [method, method, ...] => accessor
delegate [method, method, ...] => accessor
Instance Public methods
Takes a hash as its argument. The key is a symbol or an array of symbols. These symbols correspond to method names. The value is the accessor to which the methods will be delegated.
Please login to continue.