Class: Avm::Git::FileAutoFixup::CommitDelegator
- Defined in:
- lib/avm/git/file_auto_fixup.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
Instance Method Summary collapse
-
#initialize(commit, index) ⇒ CommitDelegator
constructor
A new instance of CommitDelegator.
- #position ⇒ Object
Constructor Details
#initialize(commit, index) ⇒ CommitDelegator
Returns a new instance of CommitDelegator.
103 104 105 106 |
# File 'lib/avm/git/file_auto_fixup.rb', line 103 def initialize(commit, index) super(commit) @index = index end |
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index.
101 102 103 |
# File 'lib/avm/git/file_auto_fixup.rb', line 101 def index @index end |
Instance Method Details
#position ⇒ Object
108 109 110 |
# File 'lib/avm/git/file_auto_fixup.rb', line 108 def position index + 1 end |