| D | package.rb | 7 @@metadata = YAML::load File.read File.expand_path '../packages.yml', __dir__ 23 def self.packages singletonMethod in TeX.Hyphen.TeXLive.Package 24 # a hash with the names of TeX Live packages, either individual language names, 26 @@packages ||= Language.all.inject(Hash.new) do |packages, language| 28 packages[name] ||= Package.new(name) # Create new package if necessary 29 packages[name].add_language language 32 packages 37 packages.values 65 "depend hyphen-base", 66 "depend hyph-utf8", [all …]
|