6 lines
84 B
Ruby
6 lines
84 B
Ruby
default do
|
|
Environment.new do |env|
|
|
env.Copy("inst.exe", "copy.rb")
|
|
end
|
|
end
|