Method: Gitgo::Index::ShaFile#current
- Defined in:
- lib/gitgo/index/sha_file.rb
#current ⇒ Object
The index of the current entry.
84 85 86 |
# File 'lib/gitgo/index/sha_file.rb', line 84 def current file.pos / PACKED_ENTRY_SIZE end |
The index of the current entry.
84 85 86 |
# File 'lib/gitgo/index/sha_file.rb', line 84 def current file.pos / PACKED_ENTRY_SIZE end |