# File lib/yard/handlers/base.rb, line 185
        def handles(*matches)
          (@handlers ||= []).push(*matches)
        end