module I18n::Locale::Tag

def implementation

Returns the current locale tag implementation. Defaults to +I18n::Locale::Tag::Simple+.
def implementation
  @@implementation ||= Simple
end