aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/param.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-09-24 07:39:11 -0400
committerRalph Amissah <ralph@amissah.com>2011-09-24 07:39:11 -0400
commit5048519fbbe92da19a395e79561cb2bcd6542e7d (patch)
treedaf780be791187f6f8fa89b11cd1f5e311bc7443 /lib/sisu/v3/param.rb
parentv2 v3: param, matching of date, years 1400 - 21\d\d (diff)
v3: cosmetic, minor
Diffstat (limited to 'lib/sisu/v3/param.rb')
-rw-r--r--lib/sisu/v3/param.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/sisu/v3/param.rb b/lib/sisu/v3/param.rb
index 3911f85e..e2cffa9b 100644
--- a/lib/sisu/v3/param.rb
+++ b/lib/sisu/v3/param.rb
@@ -87,7 +87,8 @@ module SiSU_Param
@pstorefile="#{@env.processing_path.dal}/#{@fns}.pstore"
end
def get
- if @opt.f_pth[:pth] != Dir.pwd #BUG check
+ if @opt.f_pth \
+ and @opt.f_pth[:pth] != Dir.pwd #BUG check
# you may need to change Dir.pwd to @opt.f_pth[:pth] where the latter
# has a path value that is different, however, f_pth is not always set!
p '-- bug alert -- '
@@ -287,7 +288,9 @@ module SiSU_Param
a=@s.split(/\n%\s.+?$|[ ]*\n[ ]*/m)
@h=build_hash(a)
def author
- @h['author']=(@h['author'] ? @h['author'] : @h['main'])
+ @h['author']=(@h['author'] \
+ ? @h['author']
+ : @h['main'])
names=name_format(@h['author'])
s=names[:name_str]
l,n=Db[:col_name],'creator.author'