Method: ULS::Database#form_secondary

Defined in:
lib/uls/database.rb

#form_secondaryObject



35
36
37
38
39
# File 'lib/uls/database.rb', line 35

def form_secondary
  extract unless extracted?

  DatFile.new("#{extracted_path}/AD.dat")
end