6 lines
75 B
Ruby
6 lines
75 B
Ruby
build do
|
|
Environment.new do |env|
|
|
env.Directory("teh_dir")
|
|
end
|
|
end
|