aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/txt_rst.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v6/txt_rst.rb')
-rw-r--r--lib/sisu/v6/txt_rst.rb18
1 files changed, 15 insertions, 3 deletions
diff --git a/lib/sisu/v6/txt_rst.rb b/lib/sisu/v6/txt_rst.rb
index 6bfcd139..e60d5761 100644
--- a/lib/sisu/v6/txt_rst.rb
+++ b/lib/sisu/v6/txt_rst.rb
@@ -90,11 +90,23 @@ module SiSU_Txt_rST
(@opt.act[:verbose][:set]==:on \
|| @opt.act[:verbose_plus][:set]==:on \
|| @opt.act[:maintenance][:set]==:on) \
- ? SiSU_Screen::Ansi.new(@opt.act[:color_state][:set],'rST (plaintext utf-8)',tool).green_hi_blue
- : SiSU_Screen::Ansi.new(@opt.act[:color_state][:set],'rST (plaintext utf-8)',tool).green_title_hi
+ ? SiSU_Screen::Ansi.new(
+ @opt.act[:color_state][:set],
+ 'rST (plaintext utf-8)',
+ tool
+ ).green_hi_blue
+ : SiSU_Screen::Ansi.new(
+ @opt.act[:color_state][:set],
+ 'rST (plaintext utf-8)',
+ tool
+ ).green_title_hi
if (@opt.act[:verbose_plus][:set]==:on \
|| @opt.act[:maintenance][:set]==:on)
- SiSU_Screen::Ansi.new(@opt.act[:color_state][:set],@opt.fns,"#{md.file.output_path.rst.dir}/#{md.file.base_filename.rst}").flow
+ SiSU_Screen::Ansi.new(
+ @opt.act[:color_state][:set],
+ @opt.fns,
+ "#{md.file.output_path.rst.dir}/#{md.file.base_filename.rst}"
+ ).flow
end
end
ao_array=SiSU_AO::Source.new(@opt).get # ao file drawn here