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

Version Path
facter-1.6.13 lib/facter/util/monkey_patches.rb
facter-1.6.13.rc1 lib/facter/util/monkey_patches.rb
facter-1.6.12 lib/facter/util/monkey_patches.rb
librarian-puppet-0.9.4 vendor/gems/ruby/1.8/gems/facter-1.6.11/lib/facter/util/monkey_patches.rb
facter-1.6.12.rc2 lib/facter/util/monkey_patches.rb
facter-1.6.12.rc1 lib/facter/util/monkey_patches.rb
librarian-puppet-0.9.3 vendor/gems/ruby/1.8/gems/facter-1.6.11/lib/facter/util/monkey_patches.rb
facter-1.6.11 lib/facter/util/monkey_patches.rb
facter-1.6.10 lib/facter/util/monkey_patches.rb
facter-1.6.9 lib/facter/util/monkey_patches.rb
facter-1.6.8 lib/facter/util/monkey_patches.rb
facter-1.6.7 lib/facter/util/monkey_patches.rb
facter-1.6.6 lib/facter/util/monkey_patches.rb
facter-1.6.5 lib/facter/util/monkey_patches.rb