Method: JarTools::Diff::EntryIterator#current
- Defined in:
- lib/jartools/diff.rb
#current ⇒ Object
84 85 86 87 88 89 |
# File 'lib/jartools/diff.rb', line 84 def current unless exhausted? @current_entry_cache ||= AnalyzableEntry.new(@jarfile, @entries[index], @container_files) end end |