From 33ec37b141e896b47ed642923fd33b0c658ae9fb Mon Sep 17 00:00:00 2001 From: Amir Rajan Date: Fri, 11 Sep 2020 02:02:01 -0500 Subject: synced samples --- .../00_intermediate_ruby_primer/app/01_commenting_code.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 samples/00_intermediate_ruby_primer/app/01_commenting_code.txt (limited to 'samples/00_intermediate_ruby_primer/app/01_commenting_code.txt') 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 -- cgit v1.2.3