class YARD::Parser::RBS::RbsParser

Parses RBS (Ruby type signature) files and produces a list of {Statement} objects for post-processing by handlers.

RBS is Ruby’s official type signature format (introduced in Ruby 3.0). This parser handles: class/module/interface declarations, method signatures, attribute accessors, mixins, and constants.

No external gem dependencies are used; the parser is hand-written.