class SchemaRD::Utils::MessageLocalizer

Constants

MESSAGES_FILE

Public Class Methods

new(lang) click to toggle source
Calls superclass method SchemaRD::Utils::Localizer::new
# File lib/schemard/utils/localizer.rb, line 24
def initialize(lang)
  super(lang)
end

Public Instance Methods

dictionary() click to toggle source
# File lib/schemard/utils/localizer.rb, line 27
def dictionary
  YAML.load_file(MESSAGES_FILE)
end