Class: Avm::Sources::Change
- Inherits:
-
Object
- Object
- Avm::Sources::Change
- Defined in:
- lib/avm/sources/change.rb
Instance Method Summary collapse
-
#commit_message ⇒ String
Message for the commit.
-
#perform ⇒ void
Apply the changes to the source.
Instance Method Details
#commit_message ⇒ String
Message for the commit.
11 12 13 |
# File 'lib/avm/sources/change.rb', line 11 def i18n_translate(__method__) end |
#perform ⇒ void
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 |