Skip to content

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