6 lines
77 B
Ruby
6 lines
77 B
Ruby
build do
|
|
Environment.new do |env|
|
|
env.produces("foo", "bar")
|
|
end
|
|
end
|