# File lib/yard/handlers/ruby/base.rb, line 83 def method_call(name = nil) MethodCallWrapper.new(name ? name.to_s : nil) end