From f31e286f4a73c5c0f355512b0cb45c6c82088516 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 22 Jun 2013 01:13:46 -0400 Subject: v5: general code cleaning * propagate back to v4 after testing --- lib/sisu/v5/xml_fictionbook.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/sisu/v5/xml_fictionbook.rb') diff --git a/lib/sisu/v5/xml_fictionbook.rb b/lib/sisu/v5/xml_fictionbook.rb index 6d0073c1..957e89c9 100644 --- a/lib/sisu/v5/xml_fictionbook.rb +++ b/lib/sisu/v5/xml_fictionbook.rb @@ -68,7 +68,6 @@ module SiSU_XML_Fictionbook require_relative 'shared_xml' # shared_xml.rb include SiSU_XML_Munge include SiSU_Param - pwd=Dir.pwd class Source def initialize(opt) @opt=opt @@ -183,7 +182,7 @@ WOK else "<#{type}>

#{para}

" end util=SiSU_TextUtils::Wrap.new(para,80,10) - wrap=util.line_wrap + util.line_wrap end def put(line) @file_fictionbook.puts line -- cgit v1.2.3