Class: ASTNode
- Inherits:
-
RLTK::ASTNode
- Object
- RLTK::ASTNode
- ASTNode
- Defined in:
- lib/ast.rb
Direct Known Subclasses
EnumElementDecl, FileDecl, MemberDecl, MessageDecl, StepDecl, TopDecl, TypeDecl
Instance Method Summary collapse
Instance Method Details
#doc_str ⇒ Object
32 33 34 35 36 37 38 |
# File 'lib/ast.rb', line 32 def doc_str if doc == '' return '' else return " # #{doc}" end end |