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)


11
12
13
# File 'lib/avm/scms/changed_file.rb', line 11

def absolute_path
  path.expand_path(scm.path)
end

#pathPathname

Returns:

  • (Pathname)


16
17
18
# File 'lib/avm/scms/changed_file.rb', line 16

def path
  raise_abstract_method __method__
end

#scmAvm::Scms::Base

Returns:



21
22
23
# File 'lib/avm/scms/changed_file.rb', line 21

def scm
  raise_abstract_method __method__
end