Class: DockerfileAst::Node::AddInstruction
- Inherits:
-
NamedNode
- Object
- Treetop::Runtime::SyntaxNode
- NamedNode
- DockerfileAst::Node::AddInstruction
- Defined in:
- lib/dockerfile_ast/nodes/named_nodes.rb
Overview
INSTRUCTIONS
Instance Method Summary collapse
Methods inherited from NamedNode
#elements_to_s, #to_array, #to_s
Instance Method Details
#title ⇒ Object
49 |
# File 'lib/dockerfile_ast/nodes/named_nodes.rb', line 49 def title; :add end |