Class: Avm::Git::AutoCommit::Rules::Nth
- Inherits:
-
Base
show all
- Defined in:
- lib/avm/git/auto_commit/rules/nth.rb
Defined Under Namespace
Classes: WithFile
Constant Summary
collapse
- SHORT_KEY =
't'
Class Method Summary
collapse
Methods inherited from Base
keys, long_key, #with_file
Class Method Details
.short_key ⇒ Object
13
14
15
|
# File 'lib/avm/git/auto_commit/rules/nth.rb', line 13
def short_key
SHORT_KEY
end
|