diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-03-01 20:43:35 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-03-01 20:43:35 -0500 |
commit | f2ab439c41468ba64c8658bf1d17f802e906857c (patch) | |
tree | 182517aa40b909725ab5b98ee95ab4860dc7e342 /lib/sisu/v3/sysenv.rb | |
parent | v3: ruby 1.9 hash symbol syntax adopted (diff) |
v3: space between each and opening curly brace e.g. "x.each {|y| p y}"
Diffstat (limited to 'lib/sisu/v3/sysenv.rb')
-rw-r--r-- | lib/sisu/v3/sysenv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3/sysenv.rb b/lib/sisu/v3/sysenv.rb index dc042aad..1383b728 100644 --- a/lib/sisu/v3/sysenv.rb +++ b/lib/sisu/v3/sysenv.rb @@ -3736,7 +3736,7 @@ WOK def select # skin loading logic here load "#{SiSU_lib}/defaults.rb" skin_path=[] - @env.sys.rc_path.each{|x| skin_path << "#{x}/skin"} + @env.sys.rc_path.each {|x| skin_path << "#{x}/skin"} skin_path << "#{@env.path.processing}/external_document/skin" skin=true if @pwd_stub =~/^sisupod$/ \ |