# File lib/hammer_cli/i18n.rb, line 81 def available? File.exist?(locale_dir) end
# File lib/hammer_cli/i18n.rb, line 69 def available_locales Dir.glob(locale_dir+'/*').select { |f| File.directory? f }.map { |f| File.basename(f) } end
Generated with the Darkfish Rdoc Generator 2.