Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aviflombaum authored Apr 24, 2018
1 parent 4a677ed commit cea244d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Methods in Ruby

##Overview
## Overview

In this lesson, we'll introduce methods, distinguish them from data types, and cover how to create and execute them in your Ruby program.

Expand All @@ -15,6 +15,8 @@ In this lesson, we'll introduce methods, distinguish them from data types, and c

### Why Use Methods

**HELLO**

Methods define a new thing that your program can do. Variables are a mechanism to teach your Ruby program about data; methods teach your Ruby program about a new routine or behavior it can use. Variables are like nouns, methods are like verbs.

For example, imagine needing to say "Hello World!" ten times. You might do something like this:
Expand Down

0 comments on commit cea244d

Please sign in to comment.