Class: Avm::Git::Scms::GitSubBase::ChangedFile
- Inherits:
-
Scms::ChangedFile
- Object
- Scms::ChangedFile
- Avm::Git::Scms::GitSubBase::ChangedFile
- Defined in:
- lib/avm/git/scms/git_sub_base/changed_file.rb
Instance Method Summary collapse
Instance Method Details
#path ⇒ Pathname
14 15 16 |
# File 'lib/avm/git/scms/git_sub_base/changed_file.rb', line 14 def path parent_changed_file.path.relative_path_from(scm.relative_path_from_parent_scm) end |