Sha256: b1081499e53fe54b95e4448e1e3ac3257bedcca267b795e6abf091faf187b8cd

Contents?: true

Size: 133 Bytes

Versions: 5

Compression:

Stored size: 133 Bytes

Contents

module Rich
  module I18n
    extend self

    def method_missing(method, *args)
      ::I18n.send method, *args
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rich_i18n-1.3.4 lib/rich/i18n.rb
rich_i18n-1.3.3 lib/rich/i18n.rb
rich_i18n-1.3.2 lib/rich/i18n.rb
rich_i18n-1.3.1 lib/rich/i18n.rb
rich_i18n-1.3.0 lib/rich/i18n.rb