aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/zap.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-07-22 21:30:56 -0400
committerRalph Amissah <ralph@amissah.com>2014-07-22 21:30:56 -0400
commit41796e30e4597c74e7e42c3144dbe5d4fb0687c5 (patch)
treed0615cafae5362873706f04595ee5b9333a758c3 /lib/sisu/v6/zap.rb
parentv5 v6: version & changelog (& rakefile) (diff)
v5 v6: cosmetic code
Diffstat (limited to 'lib/sisu/v6/zap.rb')
-rw-r--r--lib/sisu/v6/zap.rb11
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/sisu/v6/zap.rb b/lib/sisu/v6/zap.rb
index 6d200159..5e30842c 100644
--- a/lib/sisu/v6/zap.rb
+++ b/lib/sisu/v6/zap.rb
@@ -73,13 +73,20 @@ module SiSU_Zap
z=SiSU_Env::CleanOutput.new(@opt)
if SiSU_Env::InfoSettings.new.permission?('zap')
unless @opt.act[:quiet][:set]==:on
- tell=SiSU_Screen::Ansi.new(@opt.act[:color_state][:set],"Clean files related to processing #{@opt.cmd} ->","#{@opt.fns} -> #{zap_path}")
+ tell=SiSU_Screen::Ansi.new(
+ @opt.act[:color_state][:set],
+ "Clean files related to processing #{@opt.cmd} ->",
+ "#{@opt.fns} -> #{zap_path}"
+ )
tell.warn
end
z.zap.remove_output
else
unless @opt.act[:quiet][:set]==:on
- tell=SiSU_Screen::Ansi.new(@opt.act[:color_state][:set],'use of -Z (zap) has not enabled in sisurc.yml')
+ tell=SiSU_Screen::Ansi.new(
+ @opt.act[:color_state][:set],
+ 'use of -Z (zap) has not enabled in sisurc.yml'
+ )
tell.warn
end
end