Method: CodePages.manifest

Defined in:
lib/code_pages.rb

.manifestObject



34
35
36
37
38
# File 'lib/code_pages.rb', line 34

def manifest
  @manifest ||= YAML.load_file(
    File.join(resources_dir, 'code_page_manifest.yml')
  )
end