書名: Comprehensive Ruby Programming作者名: Jordan Hudgens本章字數: 34字更新時間: 2021-07-02 21:13:32
Guide to method arguments in Ruby
In this section, we will examine the various ways to pass arguments to methods in Ruby programs, including the following:
- The argument syntax
- Named arguments
- Default argument values