Sha256: 326b79fcf4dc70d3f57673c0a1881a77501fd41c440f4307aae620626e0e5a83
Contents?: true
Size: 159 Bytes
Versions: 126
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true class ReeI18n::GetLocale include Ree::FnDSL fn :get_locale contract(None => Symbol) def call I18n.locale end end
Version data entries
126 entries across 126 versions & 1 rubygems