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
9 10 11 |
# File 'lib/avm/scms/changed_file.rb', line 9 def absolute_path path.(scm.path) end |
#path ⇒ Pathname
14 15 16 |
# File 'lib/avm/scms/changed_file.rb', line 14 def path raise_abstract_method __method__ end |
#scm ⇒ Avm::Scms::Base
19 20 21 |
# File 'lib/avm/scms/changed_file.rb', line 19 def scm raise_abstract_method __method__ end |