We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9f2a5fc commit b6de33eCopy full SHA for b6de33e
opal/opal.rb
@@ -45,7 +45,7 @@
45
46
RUBY_PLATFORM = 'opal'
47
RUBY_ENGINE = 'opal'
48
-RUBY_VERSION = '1.9.3'
+RUBY_VERSION = '2.0.0'
49
RUBY_ENGINE_VERSION = '0.5.2'
50
RUBY_RELEASE_DATE = '2013-11-11'
51
spec/filters/20.rb
@@ -1,4 +1,5 @@
1
opal_filter "2.0 behaviour" do
2
fails "Enumerator.new ignores block if arg given"
3
fails "String#end_with? ignores arguments not convertible to string"
4
+ fails "The predefined global constants includes RUBY_VERSION"
5
end
0 commit comments