Method: CodeCache::Repo::SVN#initialize
- Defined in:
- lib/code_cache/repo/svn.rb
#initialize(url, options = {}) ⇒ SVN
Returns a new instance of SVN.
6 7 8 |
# File 'lib/code_cache/repo/svn.rb', line 6 def initialize(url, = {}) super(url, ) end |