Class: YARD::Parser::Ruby::KeywordNode
- Defined in:
- lib/yard/parser/ruby/ast_node.rb
Direct Known Subclasses
Managing node state collapse
Constructor Details
This class inherits a constructor from YARD::Parser::Ruby::AstNode
Instance Method Details
#kw? ⇒ Boolean
375 |
# File 'lib/yard/parser/ruby/ast_node.rb', line 375 def kw?; true end |