aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/harvest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/harvest.rb')
-rw-r--r--lib/sisu/v3dv/harvest.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3dv/harvest.rb b/lib/sisu/v3dv/harvest.rb
index 6ff179e6..6bd87777 100644
--- a/lib/sisu/v3dv/harvest.rb
+++ b/lib/sisu/v3dv/harvest.rb
@@ -68,7 +68,7 @@ module SiSU_Harvest
include SiSU_Env
def initialize(opt)
@opt=opt
- @env=SiSU_Env::Info_env.new
+ @env=SiSU_Env::InfoEnv.new
end
def read
harvest_pth="#{@env.path.webserv}/#{@opt.base_stub}"
@@ -84,7 +84,7 @@ WOK
def css(opt)
require_relative 'css' # css.rb
css=SiSU_Style::CSS.new
- fn_css=SiSU_Env::CSS_default.new
+ fn_css=SiSU_Env::CSS_Default.new
style=File.new("#{@env.path.pwd}/#{fn_css.harvest}",'w')
style << css.harvest
style.close