1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
Yusuke Endoh f7aee58498 vm_args.c: rephrase the warning message of keyword argument separation
(old)
test.rb:4: warning: The last argument is used as the keyword parameter
test.rb:1: warning: for `foo' defined here; maybe ** should be added to the call?

(new)
test.rb:4: warning: The last argument is used as keyword parameters; maybe ** should be added to the call
test.rb:1: warning: The called method `foo' is defined here
2019-12-20 19:41:15 +09:00
..
backward Fixed misspellings 2019-12-20 09:32:42 +09:00
assert.h
backward.h
debug.h
defines.h
encoding.h
intern.h forward declare struct timespec 2019-12-10 11:43:55 +09:00
io.h
missing.h
onigmo.h
oniguruma.h
re.h
regex.h
ruby.h vm_args.c: rephrase the warning message of keyword argument separation 2019-12-20 19:41:15 +09:00
st.h
subst.h
thread.h
thread_native.h
util.h
version.h
vm.h
win32.h