aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rbconfig/obsolete.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbconfig/obsolete.rb')
-rw-r--r--lib/rbconfig/obsolete.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbconfig/obsolete.rb b/lib/rbconfig/obsolete.rb
new file mode 100644
index 0000000000..fcc7151ad2
--- /dev/null
+++ b/lib/rbconfig/obsolete.rb
@@ -0,0 +1,2 @@
+warn "Use RbConfig instead of obsolete and deprecated Config."
+Config = RbConfig # compatibility for ruby-1.8.4 and older.