aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/txt_shared.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-10-12 10:46:48 -0400
committerRalph Amissah <ralph@amissah.com>2014-10-12 10:46:48 -0400
commit53b74bac29e476d4000b76d10acc0c31e2376669 (patch)
tree0624c1e81d661c6f1296e66679b9e9cd29debaac /lib/sisu/v6/txt_shared.rb
parentv5 v6: html, epub, set document body language (diff)
v6: '*_parts', remove defaults.rb & some relics related to sisu skins, long gone
* old code removed & substituted as required by *_parts * attending code changes, fairly wide ranging, test
Diffstat (limited to 'lib/sisu/v6/txt_shared.rb')
-rw-r--r--lib/sisu/v6/txt_shared.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/v6/txt_shared.rb b/lib/sisu/v6/txt_shared.rb
index f0745d7b..f2b4a0bf 100644
--- a/lib/sisu/v6/txt_shared.rb
+++ b/lib/sisu/v6/txt_shared.rb
@@ -58,6 +58,7 @@
=end
module SiSU_TextUtils
+ require_relative 'generic_parts' # generic_parts.rb
class Wrap
def initialize(para='',n_char_max=76,n_indent=0,n_hang=nil,post='')
@para,@n_char_max,@n_indent,@post,=para,n_char_max,n_indent,post