add SvnRunner module
This commit is contained in:
parent
f91f98aae4
commit
9f306cfbb5
@ -1,2 +1,10 @@
|
||||
require_relative "svi/svn_runner"
|
||||
|
||||
module Svi
|
||||
class << self
|
||||
def run
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Svi.run
|
||||
|
4
share/svi/lib/svi/svn_runner.rb
Normal file
4
share/svi/lib/svi/svn_runner.rb
Normal file
@ -0,0 +1,4 @@
|
||||
module Svi
|
||||
module SvnRunner
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user