NEWS.md: def foo = puts "Hello"
is now allowed [Feature #17398]
This commit is contained in:
parent
d463b407e6
commit
1da1d74730
6
NEWS.md
6
NEWS.md
@ -95,6 +95,11 @@ Note that each entry is kept to a minimum, see links for details.
|
|||||||
if ivars refer to shareable objects.
|
if ivars refer to shareable objects.
|
||||||
[[Feature #17592]]
|
[[Feature #17592]]
|
||||||
|
|
||||||
|
* A command syntax is allowed in endless method definition, i.e.,
|
||||||
|
you can now write `def foo = puts "Hello"`.
|
||||||
|
Note that `private def foo = puts "Hello"` does not parse.
|
||||||
|
[[Feature #17398]]
|
||||||
|
|
||||||
## Command line options
|
## Command line options
|
||||||
|
|
||||||
## Core classes updates
|
## Core classes updates
|
||||||
@ -495,6 +500,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
|
|||||||
[Feature #17312]: https://bugs.ruby-lang.org/issues/17312
|
[Feature #17312]: https://bugs.ruby-lang.org/issues/17312
|
||||||
[Feature #17327]: https://bugs.ruby-lang.org/issues/17327
|
[Feature #17327]: https://bugs.ruby-lang.org/issues/17327
|
||||||
[Feature #17370]: https://bugs.ruby-lang.org/issues/17370
|
[Feature #17370]: https://bugs.ruby-lang.org/issues/17370
|
||||||
|
[Feature #17398]: https://bugs.ruby-lang.org/issues/17398
|
||||||
[Feature #17411]: https://bugs.ruby-lang.org/issues/17411
|
[Feature #17411]: https://bugs.ruby-lang.org/issues/17411
|
||||||
[Bug #17423]: https://bugs.ruby-lang.org/issues/17423
|
[Bug #17423]: https://bugs.ruby-lang.org/issues/17423
|
||||||
[Bug #17429]: https://bugs.ruby-lang.org/issues/17429
|
[Bug #17429]: https://bugs.ruby-lang.org/issues/17429
|
||||||
|
Loading…
x
Reference in New Issue
Block a user