# File lib/yard/tags/overload_tag.rb, line 34 def method_missing(sym, *args, &block) object ? object.send(sym, *args, &block) : super end