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