Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completed #124

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

completed #124

wants to merge 3 commits into from

Conversation

zuluko
Copy link

@zuluko zuluko commented Jun 5, 2020

No description provided.

letsdrill.rb Outdated
p "B"
when 90..100
p "A"
begin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intended to stay in the method or was this some debugging code?

Nice job using a case statement

letsdrill.rb Outdated
#Put your code here!
case integer
when 0..59
p "F"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't need to p print everything to return it, when you run the letsdrill.rb file it should have a set of expectations at the bottom that will output true or false. Try to remove all the p and get this working :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants