class DockerfileAst::Node::Instruction

Public Instance Methods

title() click to toggle source
# File lib/dockerfile_ast/nodes/named_nodes.rb, line 22
def title; :instruction end
to_s() click to toggle source
# File lib/dockerfile_ast/nodes/named_nodes.rb, line 24
def to_s
  elements_to_s
end