Class: Avm::Scms::ChangedFile
- Inherits:
-
Object
- Object
- Avm::Scms::ChangedFile
- Defined in:
- lib/avm/scms/changed_file.rb
Instance Method Summary collapse
Instance Method Details
#absolute_path ⇒ Pathname
11 12 13 |
# File 'lib/avm/scms/changed_file.rb', line 11 def absolute_path path.(scm.path) end |
#path ⇒ Pathname
16 17 18 |
# File 'lib/avm/scms/changed_file.rb', line 16 def path raise_abstract_method __method__ end |
#scm ⇒ Avm::Scms::Base
21 22 23 |
# File 'lib/avm/scms/changed_file.rb', line 21 def scm raise_abstract_method __method__ end |