Class: Kuby::Docker::Dockerfile::Env

Inherits:
Command
  • Object
show all
Defined in:
lib/kuby/docker/dockerfile.rb

Instance Attribute Summary

Attributes inherited from Command

#args

Instance Method Summary collapse

Methods inherited from Command

#initialize

Constructor Details

This class inherits a constructor from Kuby::Docker::Dockerfile::Command

Instance Method Details

#to_sObject

T::Sig::WithoutRuntime.sig { returns(String) }



55
# File 'lib/kuby/docker/dockerfile.rb', line 55

def to_s; "ENV #{super}"; end