Class: Kuby::Docker::Dockerfile::Env
- 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) }
55 |
# File 'lib/kuby/docker/dockerfile.rb', line 55 def to_s; "ENV #{super}"; end |