Comments « Language Basics « Ruby






1.What are Comments
2.This block comment conceals several lines from the interpreter with =begin/=end:
3.Create comments in Ruby, using the # symbol.
4.Some valid examples of commenting in Ruby:
5.Make sure trailing comments are far enough from the code