class YARD::Handlers::Ruby::Base

This is the base handler class for the new-style (1.9) Ruby parser. All handlers that subclass this base class will be used when the new-style parser is used. For implementing legacy handlers, see {Legacy::Base}.

@abstract See {Handlers::Base} for subclassing information. @see Handlers::Base @see Legacy::Base