Module: RBS::RDocPlugin::Parser::_DeclWithComment
- Defined in:
- sig/rdoc/rbs.rbs
Overview
_DeclWithComment is a utility interface that has #comment
Instance Method Summary collapse
Instance Method Details
#comment ⇒ ::RBS::AST::Comment?
48 |
# File 'sig/rdoc/rbs.rbs', line 48
def comment: () -> ::RBS::AST::Comment?
|