FAQ: Introduction to Ruby - Comments

This community-built FAQ covers the “Comments” exercise from the lesson “Introduction to Ruby”.

Paths and Courses
This exercise can be found in the following Codecademy content:

Learn Ruby

FAQs on the exercise Comments

There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply (reply) below.

If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.

Join the Discussion. Help a fellow learner on their journey.

Ask or answer a question about this exercise by clicking reply (reply) below!

Agree with a comment or answer? Like (like) to up-vote the contribution!

Need broader help or resources? Head here.

Looking for motivation to keep learning? Join our wider discussions.

Learn more about how to use this guide.

Found a bug? Report it!

Have a question about your account or billing? Reach out to our customer support team!

None of the above? Find out where to ask other questions here!

In both of of multi line comment exercises, it tells me I didn’t enter =begin even though I did on each exercise.

I don’t know if this is a bug or if i’m missing something
=begin

multiline

comment

=end

2 Likes

I am experiencing the same issue. I have erased and re written my comments however it keeps telling me it seems as though I have separated the equals sign and begin.

Any feedback?

1 Like

This was not accepted as a solution

# 1
=begin
2
=end

The correct code is:

This comment is only one line long!

=begin

This comment

takes several

lines!

=end

for anyone who came here before looking at the solution.

I have the same issue.

I think it must be a bug? I have done multiple lines in-between the =begin and =end, and I haven’t made any mistakes.

Its annoying as I can’t pass this last step even though I’m doing it fine!

I had some issue with this one too. You might want to reset the whole thing then follow the instructions exactly as it is written the hint index.

This is what I did

Hello

=begin
How are you
fine and you?
=end