class YARD::Handlers::Ruby::Base
def method_call(name = nil)
-
(void)
-
Parameters:
-
name
(#to_s
) -- matches the method call of this name
Other tags:
- Example: Match the "describe" method call -
def method_call(name = nil) MethodCallWrapper.new(name ? name.to_s : nil) end