6 lines
102 B
Ruby
6 lines
102 B
Ruby
default do
|
|
Environment.new do |env|
|
|
env.Copy("dest", ["copy.rb", "copy_multiple.rb"])
|
|
end
|
|
end
|