Sha256: 09dedffcd006a8015337ee0a60c3157423665cc351ceccf2b691f6ca26bfe73a
Contents?: true
Size: 295 Bytes
Versions: 14
Compression:
Stored size: 295 Bytes
Contents
# This provides an alias for RbConfig to Config for versions of Ruby older then # version 1.8.5. This allows us to use RbConfig in place of the older Config in # our code and still be compatible with at least Ruby 1.8.1. require 'rbconfig' unless defined? ::RbConfig ::RbConfig = ::Config end
Version data entries
14 entries across 14 versions & 2 rubygems