Skip to content

Commit daba294

Browse files
authored
Merge pull request #1748 from ruby/ruby-2-6-0-preview1-released
remove editorial note
2 parents bce4856 + 5491234 commit daba294

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

en/news/_posts/2018-02-24-ruby-2-6-0-preview1-released.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Stay tuned for the new age of Ruby's performance.
3737
## New Features
3838

3939
* Add Random.bytes. [Feature #4938]
40-
NOTE: 小粒な変更だけど賑やかしのために入れる。preview2ではけす
4140

4241
* Add Binding#source_location. [Feature #14230]
4342
* 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

Comments
 (0)