You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/news/_posts/2018-02-24-ruby-2-6-0-preview1-released.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ Stay tuned for the new age of Ruby's performance.
37
37
## New Features
38
38
39
39
* Add Random.bytes. [Feature #4938]
40
-
NOTE: 小粒な変更だけど賑やかしのために入れる。preview2ではけす
41
40
42
41
* Add Binding#source_location. [Feature #14230]
43
42
* This method returns the source location of binding, a 2-element array of `__FILE__` and `__LINE__`. Traditionally, the same information could be retrieved by `eval("[__FILE__, __LINE__]", binding)`, but we are planning to change this behavior so that `Kernel#eval` ignores binding's source location [Bug #4352]. So, users should use this newly-introduced method instead of `Kernel#eval`.
0 commit comments