Class: Kuby::Docker::Dockerfile::Arg
- Defined in:
- lib/kuby/docker/dockerfile.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
-
#to_s ⇒ Object
T::Sig::WithoutRuntime.sig { returns(String) }.
Methods inherited from Command
Constructor Details
This class inherits a constructor from Kuby::Docker::Dockerfile::Command
Instance Method Details
#to_s ⇒ Object
T::Sig::WithoutRuntime.sig { returns(String) }
101 |
# File 'lib/kuby/docker/dockerfile.rb', line 101 def to_s; "ARG #{super}"; end |