Sha256: d2575e0e34c9a944647a342a273cb2c6162ce37ec4299e493880bb2e90efbdaf

Contents?: true

Size: 178 Bytes

Versions: 40

Compression:

Stored size: 178 Bytes

Contents

# frozen_string_literal: true

require 'avm/patches/class/i18n'

class Object
  def translate(entry_suffix, values = {})
    self.class.translate(entry_suffix, values)
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
avm-tools-0.108.0 lib/avm/patches/object/i18n.rb
avm-tools-0.107.0 lib/avm/patches/object/i18n.rb
avm-tools-0.106.0 lib/avm/patches/object/i18n.rb
avm-tools-0.105.0 lib/avm/patches/object/i18n.rb
avm-tools-0.104.0 lib/avm/patches/object/i18n.rb
avm-tools-0.103.1 lib/avm/patches/object/i18n.rb
avm-tools-0.103.0 lib/avm/patches/object/i18n.rb
avm-tools-0.102.2 lib/avm/patches/object/i18n.rb
avm-tools-0.102.1 lib/avm/patches/object/i18n.rb
avm-tools-0.102.0 lib/avm/patches/object/i18n.rb
avm-tools-0.101.0 lib/avm/patches/object/i18n.rb
avm-tools-0.100.0 lib/avm/patches/object/i18n.rb
avm-tools-0.99.1 lib/avm/patches/object/i18n.rb
avm-tools-0.99.0 lib/avm/patches/object/i18n.rb
avm-tools-0.98.0 lib/avm/patches/object/i18n.rb
avm-tools-0.97.0 lib/avm/patches/object/i18n.rb
avm-tools-0.96.0 lib/avm/patches/object/i18n.rb
avm-tools-0.95.0 lib/avm/patches/object/i18n.rb
avm-tools-0.94.3 lib/avm/patches/object/i18n.rb
avm-tools-0.94.2 lib/avm/patches/object/i18n.rb