``` 1) The rescue keyword raises SyntaxError when else is used without rescue and ensure FAILED Expected SyntaxError ((?-mix:else without rescue is useless)) but no exception was raised ([:begin, :else] was returned) /home/travis/build/jruby/jruby/spec/ruby/language/rescue_spec.rb:229:in `block in
' org/jruby/RubyBasicObject.java:2615:in `instance_eval' org/jruby/RubyArray.java:4557:in `all?' org/jruby/RubyArray.java:1817:in `each' /home/travis/build/jruby/jruby/spec/ruby/language/rescue_spec.rb:13:in `
' org/jruby/RubyKernel.java:1051:in `load' org/jruby/RubyBasicObject.java:2615:in `instance_eval' org/jruby/RubyArray.java:1817:in `each' ```