summaryrefslogtreecommitdiffhomepage
path: root/samples/00_intermediate_ruby_primer/app/01_commenting_code.txt
blob: 37cd3ed8ea6a28336384350292960638874d095e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# ====================================================================================
# Commenting Code
# ====================================================================================
#
# Prefixing text with a pound sign (#) is how you comment code in Ruby. Example:
#
# I am commented code. And so are the lines above.
#
# I you want more than a quick primer on Ruby, check out https://poignant.guide/. It's
# an entertaining read. Otherwise, go to the next txt file.
#
# Follow along by visiting:
# https://s3.amazonaws.com/s3.dragonruby.org/dragonruby-gtk-intermediate.mp4