Libraries
»
brotorift
(0.1.0)
»
Index (E)
»
EnumElementDecl
Class: EnumElementDecl
Inherits:
ASTNode
Object
RLTK::ASTNode
ASTNode
EnumElementDecl
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
108 109 110
# File 'lib/ast.rb', line 108
def
to_s
"#{name} = #{value}#{doc_str}\n"
end