Class: Kuby::Docker::Dockerfile::Run

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) }



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

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