Class: MemberDecl

Inherits:
ASTNode
  • Object
show all
Defined in:
lib/ast.rb

Instance Method Summary collapse

Methods inherited from ASTNode

#doc_str

Instance Method Details

#to_sObject



97
98
99
# File 'lib/ast.rb', line 97

def to_s
  "#{type} #{name}#{doc_str}\n"
end