Sha256: bad4c576cea84d94dfacb045015e7cf526797f85b947bd60828c77da45ccb1ff
Contents?: true
Size: 465 Bytes
Versions: 10
Compression:
Stored size: 465 Bytes
Contents
=begin locale/posix.rb Copyright (C) 2002-2007 Masao Mutoh You may redistribute it and/or modify it under the same license terms as Ruby. $Id: posix.rb,v 1.2 2007/11/08 16:44:22 mutoh Exp $ =end require 'locale/base' module Locale # Locale::SystemPosix module for Posix OS (Unix) # This is a low-level class. Application shouldn't use this directly. module SystemPosix extend SystemBase end @@locale_system_module = SystemPosix end
Version data entries
10 entries across 10 versions & 2 rubygems