class YARD::Handlers::RBS::MethodHandler

Handles RBS method definitions (def name: signature).

Creates a {YARD::CodeObjects::MethodObject} for each declaration and infers @param, @return, @yield, and @yieldparam tags from the RBS type signature when those tags are absent from the docstring.