add RUBY_VERSION to notify syntax compatible version

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-02-05 13:27:30 +09:00
parent 565e1f6ef2
commit 5172f4797f
+2
View File
@@ -49,3 +49,5 @@ module Kernel
!(self =~ y)
end
end
RUBY_VERSION = "1.9"