Wednesday, August 19, 2009

Method Arguments in Ruby

A nicely done explanation of Method Arguments in Ruby by Skorks.

He breaks them down into three sections, which I find makes sense:

  • required arguments
  • arguments with default values
  • optional arguments
Nice.

No comments:

Post a Comment