Module Forwardable::Extended
In: lib/forwardable/extended.rb
lib/forwardable/extended/version.rb

Methods

Constants

VERSION = "2.6.0"

Public Class methods


Make our methods private on the class, there is no reason for public.


Public Instance methods


Wraps around traditional delegation and modern delegation.



Create multiple delegates at once.



Delegate a method to a hash and key.



Delegate a method to an instance variable.



Delegate using a Rails-like interface.


[Validate]