Current File : //opt/alt/ruby19/lib64/ruby/1.9.1/rbconfig/obsolete.rb
loc = caller[0]
loc = loc[/\A.*:\d+:/] if loc
loc = "#{loc} " if loc
warn "#{loc}Use RbConfig instead of obsolete and deprecated Config."
Config = RbConfig # compatibility for ruby-1.8.4 and older.