Commenting out ruby code

How does one comment out a line of code? Can I just use # at the start
of the line or is there a different marker?

Yes. Use # at the start of a line.