Am I the only one who doesn't put parentheses around the parameters in Ruby method definitions?
I’m Koichi, a Ruby interpreter developer in the Technology Division at STORES, Inc. And I’m looking forward to RubyKaigi 2024! Now, when you define a method in Ruby, you can omit parentheses if there are optional arguments. def foo(x, y)...