🌈 搜索
📅  最后修改于: 2022-03-11 15:04:49.499000             🧑  作者: Mango
def foo(bar: 'default') puts bar end foo # => 'default' foo(bar: 'baz') # => 'baz'