summaryrefslogtreecommitdiffhomepage
path: root/mrblib/kernel.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-02-05 13:27:30 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-02-05 13:27:30 +0900
commit5172f4797f9e8648260108a31bf13a5cf2b29555 (patch)
tree7764a85abc327d2225812758e2e2c8d68ee5f664 /mrblib/kernel.rb
parent565e1f6ef2fb149e7519b49276f5ea80ef72decc (diff)
downloadmruby-5172f4797f9e8648260108a31bf13a5cf2b29555.tar.gz
mruby-5172f4797f9e8648260108a31bf13a5cf2b29555.zip
add RUBY_VERSION to notify syntax compatible version
Diffstat (limited to 'mrblib/kernel.rb')
-rw-r--r--mrblib/kernel.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/mrblib/kernel.rb b/mrblib/kernel.rb
index 0277a1b83..fcfe40e3f 100644
--- a/mrblib/kernel.rb
+++ b/mrblib/kernel.rb
@@ -49,3 +49,5 @@ module Kernel
!(self =~ y)
end
end
+
+RUBY_VERSION = "1.9"