# File lib/yard/tags/overload_tag.rb, line 7 def initialize(tag_name, text, raw_text) super(tag_name, nil) parse_tag(raw_text) parse_signature end