We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdad97f commit eabd221Copy full SHA for eabd221
ChangeLog
@@ -1,3 +1,7 @@
1
+Sat Jun 20 01:10:13 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
2
+
3
+ * NEWS: mention about $SAFE.
4
5
Fri Jun 19 14:53:35 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
6
7
* proc.c (rb_mod_define_method): now requires a block direct to
NEWS
@@ -129,6 +129,10 @@ with all sufficient information, see the ChangeLog file.
129
130
=== Built-in global variables compatibility issues
131
132
+* $SAFE
133
+ * $SAFE=2 and $SAFE=3 are obsolete. If $SAFE is set to 2 or larger,
134
+ an ArgumentError is raised.
135
136
=== C API updates
137
138
=== Build system updates
0 commit comments