From c25fc2751886278a4e7f30f127e80449160a47f1 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 25 Jun 2013 00:07:44 -0400 Subject: v4: general code cleaning, sync with v5 --- lib/sisu/v4/xml_fictionbook.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/sisu/v4/xml_fictionbook.rb') diff --git a/lib/sisu/v4/xml_fictionbook.rb b/lib/sisu/v4/xml_fictionbook.rb index ba0b8f50..dcf11fc0 100644 --- a/lib/sisu/v4/xml_fictionbook.rb +++ b/lib/sisu/v4/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