class DockerfileRB::Env
Attributes
pairs[R]
Public Class Methods
new(pairs)
click to toggle source
# File lib/dockerfile-rb/env.rb, line 4 def initialize(pairs) @pairs = pairs end