module TranslationEngine

Constants

VERSION

Public Class Methods

config() { |self| ... } click to toggle source
# File lib/translation_engine.rb, line 8
def self.config
   yield self
 end