3 4 5
# File 'lib/hello/locales.rb', line 3 def self.all @all ||= YAML.load(File.read(Hello.root.join('lib/data/locales.yml'))) end