class YARD::Handlers::Base

def handles(*matches)

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