summaryrefslogtreecommitdiffhomepage
path: root/samples/00_intermediate_ruby_primer/app/01_commenting_code.txt
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2020-07-26 16:31:07 -0500
committerAmir Rajan <[email protected]>2020-07-26 16:31:18 -0500
commit8d000345a3489988e9e86ee9fda9dcc6c70b7012 (patch)
treef4bed69140debb2aa007fe909083b5a461739c4b /samples/00_intermediate_ruby_primer/app/01_commenting_code.txt
parent958daf64294a3ed046d1e6737ac399e419e4ff36 (diff)
downloaddragonruby-game-toolkit-contrib-8d000345a3489988e9e86ee9fda9dcc6c70b7012.tar.gz
dragonruby-game-toolkit-contrib-8d000345a3489988e9e86ee9fda9dcc6c70b7012.zip
added samples to public repo.
Diffstat (limited to 'samples/00_intermediate_ruby_primer/app/01_commenting_code.txt')
-rw-r--r--samples/00_intermediate_ruby_primer/app/01_commenting_code.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/samples/00_intermediate_ruby_primer/app/01_commenting_code.txt b/samples/00_intermediate_ruby_primer/app/01_commenting_code.txt
new file mode 100644
index 0000000..37cd3ed
--- /dev/null
+++ b/samples/00_intermediate_ruby_primer/app/01_commenting_code.txt
@@ -0,0 +1,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