diff options
| author | Paul Buetow <rubyfy@dev.buetow.org> | 2015-10-26 21:12:33 +0000 |
|---|---|---|
| committer | Paul Buetow <rubyfy@dev.buetow.org> | 2015-10-26 21:12:33 +0000 |
| commit | edfcdabd70d36bdbac49003298eeae0cbcc44bc0 (patch) | |
| tree | 19ed4f97e9c2bb03a1c955814dfe284b4605e93f | |
| parent | b6cd9f6caccb01420a292a78901118e206ea3db1 (diff) | |
new default outfile0
| -rwxr-xr-x | rubyfy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ class Rubyfy # Dealing where to write the output to @conf["outdir"] = "./out" unless @conf["outdir"] - @conf["name"] = "#{ENV["USER"]}.#{Time.now.to_i}" unless @conf["name"] + @conf["name"] = "#{ENV["USER"]}" unless @conf["name"] @outfile = "#{@conf["outdir"]}/#{@conf["name"]}" FileUtils.mkdir_p(@conf["outdir"]) unless File.directory?(@conf["outdir"]) |
