Methods

Included Modules

Files

DSLKit::MethodMissingDelegator::DelegatorModule

Including this module in your classes makes an initialize method available, whose first argument is used as method_missing_delegator attribute. If a superior initialize method was defined it is called with all arguments but the first.

Public Class Methods

new(delegator, *a, &b) click to toggle source

(Not documented)

# File lib/dslkit/polite.rb, line 575
      def initialize(delegator, *a, &b)
        self.method_missing_delegator = delegator
        super(*a, &b) if defined? super
      end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.