Comprehensive Ruby Programming
上QQ阅读APP看书,第一时间看更新

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