Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Ruby Operators and Control Structures Ruby Operators Greater Than

Myles Binford
Myles Binford
8,442 Points

I think the objective isn't working right.

The first thought is that my code isn't right, but it works in the console and is the example as given. "a" > "b"

However, none of the objectives from here forward to end of course are working. So, I either have it totally wrong or something is up.


Caleb Kleveter
Caleb Kleveter
Treehouse Moderator 37,862 Points

Can you try reposting your code? All I see is a black bar.

4 Answers

Caleb Kleveter
MOD
Caleb Kleveter
Treehouse Moderator 37,862 Points

Remember, it's asking for a variable, not a string (strings are surrounded by quotes, variables are not).

Myles Binford
Myles Binford
8,442 Points

Ok. That was my duh! moment of the day. Learning Swift and then learning Ruby is messing with my noggin. Thanks!