class YARD::CodeObjects::ExtendedMethodObject

def method_missing(sym, *args, &block) @del.__send__(sym, *args, &block) end

Other tags:
    See: MethodObject -
    See: #initialize -
def method_missing(sym, *args, &block) @del.__send__(sym, *args, &block) end