module Yaqut

Constants

ALL_FIELDS
VERSION

Public Class Methods

database() click to toggle source
# File lib/yaqut.rb, line 21
def self.database
  @database ||= YAML::load_file("config/languages.yml")
end