Class: Avm::Scms::ChangedFile

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/scms/changed_file.rb

Instance Method Summary collapse

Instance Method Details

#absolute_pathPathname

Returns:

  • (Pathname)


9
10
11
# File 'lib/avm/scms/changed_file.rb', line 9

def absolute_path
  path.expand_path(scm.path)
end

#pathPathname

Returns:

  • (Pathname)


14
15
16
# File 'lib/avm/scms/changed_file.rb', line 14

def path
  raise_abstract_method __method__
end

#scmAvm::Scms::Base

Returns:



19
20
21
# File 'lib/avm/scms/changed_file.rb', line 19

def scm
  raise_abstract_method __method__
end