class YARD::CodeObjects::ExtendedMethodObject
def method_missing(sym, *args, &block) @del.__send__(sym, *args, &block) end
- See: MethodObject -
See: #initialize -
def method_missing(sym, *args, &block) @del.__send__(sym, *args, &block) end
def method_missing(sym, *args, &block) @del.__send__(sym, *args, &block) end