class YARD::Handlers::Base
def handles(*matches)
-
matches(Parser::Ruby::Legacy::RubyToken, Symbol, String, Regexp) --
def handles(*matches) (@handlers ||= []).concat(matches) end
matches
(Parser::Ruby::Legacy::RubyToken, Symbol, String, Regexp)
--
def handles(*matches) (@handlers ||= []).concat(matches) end