Sha256: 02ab6acd602a32f07ea71700f5a4e9649310511b9e9144703734fef433b14c75

Contents?: true

Size: 141 Bytes

Versions: 5

Compression:

Stored size: 141 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.2.3 lib/rich/i18n.rb
rich_i18n-1.2.2 lib/rich/i18n.rb
rich_i18n-1.2.1 lib/rich/i18n.rb
rich_i18n-1.2.0 lib/rich/i18n.rb
rich_i18n-1.0.3 lib/rich/i18n.rb