Libraries
»
brotorift
(0.4.2)
»
Index (M)
»
MemberDecl
Class: MemberDecl
Inherits:
ASTNode
Object
RLTK::ASTNode
ASTNode
MemberDecl
show all
Defined in:
lib/ast.rb
Instance Method Summary
collapse
#
to_s
⇒ Object
Methods inherited from
ASTNode
#doc_str
Instance Method Details
#
to_s
⇒
Object
87 88 89
# File 'lib/ast.rb', line 87
def
to_s
"#{type} #{name}#{doc_str}\n"
end