Method: YARD::CodeObjects::ExtendedMethodObject#method_missing

Defined in:
lib/yard/code_objects/extended_method_object.rb

#method_missing(sym, *args, &block) ⇒ Object

Sends all methods to the MethodObject assigned in #initialize


21
# File 'lib/yard/code_objects/extended_method_object.rb', line 21

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