Sha256: 3a86fe8942770914d0fedbadb0c0e44e17a2215be97903b74f6f0b345943b682
Contents?: true
Size: 182 Bytes
Versions: 126
Compression:
Stored size: 182 Bytes
Contents
# frozen_string_literal: true class ReeI18n::GetDefaultLocale include Ree::FnDSL fn :get_default_locale contract(None => Symbol) def call I18n.default_locale end end
Version data entries
126 entries across 126 versions & 1 rubygems