summaryrefslogtreecommitdiffhomepage
path: root/samples/00_intermediate_ruby_primer/app/01_commenting_code.txt
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2020-09-11 02:02:01 -0500
committerAmir Rajan <[email protected]>2020-09-11 02:02:57 -0500
commit33ec37b141e896b47ed642923fd33b0c658ae9fb (patch)
treea40d3e5d41beeb06508200078f6f26b0ee57d6a4 /samples/00_intermediate_ruby_primer/app/01_commenting_code.txt
parent958cf43779d2bf528869e80511c4c4f2a433b2db (diff)
downloaddragonruby-game-toolkit-contrib-33ec37b141e896b47ed642923fd33b0c658ae9fb.tar.gz
dragonruby-game-toolkit-contrib-33ec37b141e896b47ed642923fd33b0c658ae9fb.zip
synced samples
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, 0 insertions, 13 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
deleted file mode 100644
index 37cd3ed..0000000
--- a/samples/00_intermediate_ruby_primer/app/01_commenting_code.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# ====================================================================================
-# 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