Class: Avm::Sources::Change

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/sources/change.rb

Instance Method Summary collapse

Instance Method Details

#commit_messageString

Message for the commit.

Returns:

  • (String)


11
12
13
# File 'lib/avm/sources/change.rb', line 11

def commit_message
  i18n_translate(__method__)
end

#performvoid

This method returns an undefined value.

Apply the changes to the source.



17
18
19
# File 'lib/avm/sources/change.rb', line 17

def perform
  raise_abstract_method __method__
end