module I18n::Locale::Tag

def tag(tag)

Factory method for locale tags. Delegates to the current locale tag implementation.
def tag(tag)
  implementation.tag(tag)
end