class MySource < Rscons::Builder def run(target, sources, cache, env) File.open(target, 'w') do |fh| fh.puts <