diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-01-10 22:44:24 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-01-10 22:45:30 -0500 |
commit | 51ba2d70af41137ddc3323d79e01b28fbcb40082 (patch) | |
tree | c9f9f7ecd73e5b0540ca0464e7825ea43c489f61 /lib/sisu/v3dv/harvest.rb | |
parent | v3dv, add dev branch (use to make some changes to module & class names & test) (diff) |
v3dv: module names, use more CamelCase
Diffstat (limited to 'lib/sisu/v3dv/harvest.rb')
-rw-r--r-- | lib/sisu/v3dv/harvest.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3dv/harvest.rb b/lib/sisu/v3dv/harvest.rb index b8b82524..6ff179e6 100644 --- a/lib/sisu/v3dv/harvest.rb +++ b/lib/sisu/v3dv/harvest.rb @@ -93,8 +93,8 @@ WOK case opt.mod.inspect when/--harvest/i css(opt) if opt.cmd.inspect =~/M/ - HARVEST_authors::Songsheet.new(opt,env).songsheet - HARVEST_topics::Songsheet.new(opt,env).songsheet + SiSU_Harvest_Authors::Songsheet.new(opt,env).songsheet + SiSU_Harvest_Topics::Songsheet.new(opt,env).songsheet if opt.cmd.inspect =~/R/ require_relative 'remote' # remote.rb SiSU_Remote::Put.new(opt).rsync_harvest |