Represents an instance method of a module that was mixed into the class scope of another namespace.
@see MethodObject
Sends all methods to the {MethodObject} assigned in {initialize} @see initialize @see MethodObject
# File lib/yard/code_objects/extended_method_object.rb, line 21 def method_missing(sym, *args, &block) @del.__send__(sym, *args, &block) end
Generated with the Darkfish Rdoc Generator 2.