Class: DirectionDecl
- Defined in:
- lib/ast.rb
Instance Method Summary collapse
Methods inherited from ASTNode
Instance Method Details
#to_s ⇒ Object
142 143 144 145 |
# File 'lib/ast.rb', line 142 def to_s = .join '' "direction #{client} #{direction} #{server}#{doc_str}\n#{}end" end |