Class: Syntaxer::Svn
- Inherits:
-
Object
- Object
- Syntaxer::Svn
- Defined in:
- lib/syntaxer/repository.rb
Instance Method Summary (collapse)
- - (Object) changed_files_list
-
- (Svn) initialize
constructor
A new instance of Svn.
Constructor Details
- (Svn) initialize
A new instance of Svn
70 71 72 |
# File 'lib/syntaxer/repository.rb', line 70 def initialize raise "TDB" end |
Instance Method Details
- (Object) changed_files_list
74 75 76 |
# File 'lib/syntaxer/repository.rb', line 74 def changed_files_list raise "TDB" end |