Class: StepDecl

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



155
156
157
# File 'lib/ast.rb', line 155

def to_s
	"#{client} #{direction} #{server}: #{message}#{doc_str}\n"
end