Sha256: f41d99be8abc531964793c572ba734af871e576c39ba5dc5e7f585e3991f2224
Contents?: true
Size: 203 Bytes
Versions: 126
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true class ReeI18n::WithLocale include Ree::FnDSL fn :with_locale contract(Symbol, Block => nil) def call(paths, &block) I18n.with_locale(locale, &block) end end
Version data entries
126 entries across 126 versions & 1 rubygems