class DockerfileRB::Workdir

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
# File lib/dockerfile-rb/workdir.rb, line 4
def initialize(path)
  @path = path
end