BikeshDahal / todo-ruby-basics-001-prework-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO: Ruby Basics

Objectives

Review your understanding of

  • defining methods
  • defining methods with default argument
  • assigning variables
  • return values

Instructions

This is a test-driven lab. To get started, (once you fork and clone the lab down onto your computer), run the test suite with the learn or rspec command. Read the test output in your terminal to learn how to fill out the methods to get your tests to pass. We've already defined the methods for you––you need to write the code inside of them to give them the desired behavior, as defined by the tests. Refer back to the earlier lessons on reading test output for help.

About

License:Other


Languages

Language:Ruby 100.0%