aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2020-12-26 10:40:47 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2020-12-26 10:40:47 +0100
commitce65a7687f1e05ce613483102a8131d8e827bcb6 (patch)
tree15000230eb44423297eb582d03323890acb8a8ce /doc
parent858f9aa430700efa0fbfc08da246d824c9b9dff4 (diff)
downloadruby-ce65a7687f1e05ce613483102a8131d8e827bcb6.tar.gz
methods.rdoc: Clarify "currently" means "in 2.7" here
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax/methods.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/methods.rdoc b/doc/syntax/methods.rdoc
index d5b23bfb33..f4698335b7 100644
--- a/doc/syntax/methods.rdoc
+++ b/doc/syntax/methods.rdoc
@@ -501,7 +501,7 @@ In Ruby 3.0, if the method definition does not include keyword arguments,
keyword arguments provided when calling the method will continue to be
treated as a final positional hash argument.
-Currently, the keyword and positional arguments are not separated,
+In Ruby 2.7, the keyword and positional arguments are not separated,
but cases where behavior will change in Ruby 3.0 will result in a
warning being emitted.