Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 250 Bytes

all_the_things.md

File metadata and controls

9 lines (6 loc) · 250 Bytes

All The Things

Brain Dump

Ruby

Methods

  • Methods name pieces of code the way a variable names a string/number.
  • If an explicit return is used in a method, Ruby will not evaluate any lines of code in that method below the return