Method: Pack::Index#initialize

Defined in:
lib/pack/index.rb

#initialize(input) ⇒ Index

Returns a new instance of Index.



19
20
21
22
# File 'lib/pack/index.rb', line 19

def initialize(input)
  @input = input
  load_fanout_table
end