Method: Epos::IndexFile#look_up

Defined in:
lib/epos/index-file.rb

#look_up(key) ⇒ Object



22
23
24
# File 'lib/epos/index-file.rb', line 22

def look_up(key)
  return @index[key] || []
end