Sha256: 63796282ea2dce72e39f8069dedc5efa6619e7aa6a91f5a2b1053ebf719d09ae

Contents?: true

Size: 123 Bytes

Versions: 9

Compression:

Stored size: 123 Bytes

Contents

module ::Kernel
  def _(str, replaces = nil)
    return $gettext_simple_kernel_instance.translate(str, replaces)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gettext_simple-0.0.9 include/kernel_methods.rb
gettext_simple-0.0.8 include/kernel_methods.rb
gettext_simple-0.0.7 include/kernel_methods.rb
gettext_simple-0.0.6 include/kernel_methods.rb
gettext_simple-0.0.5 include/kernel_methods.rb
gettext_simple-0.0.4 include/kernel_methods.rb
gettext_simple-0.0.3 include/kernel_methods.rb
gettext_simple-0.0.1 include/kernel_methods.rb
gettext_simple-0.0.0 include/kernel_methods.rb