monkey_patches.rb

Path: lib/facter/util/monkey_patches.rb
Last Update: Tue Apr 30 19:07:59 +0000 2013

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.

Required files

rbconfig   enumerator   ipaddr   win32ole   facter/util/wmi   win32/registry   thread   facter/util/plist   facter/util/resolution  

Constants

RbConfig = ::Config

[Validate]