From fd01e8c4b3edf87693f8bd0c622df7ee4acefb0b Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 11 Apr 2016 20:51:56 -0400 Subject: [PATCH] samples: remove boring sample --- samples/color_shortcuts.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 samples/color_shortcuts.rb diff --git a/samples/color_shortcuts.rb b/samples/color_shortcuts.rb deleted file mode 100644 index 14da3bc..0000000 --- a/samples/color_shortcuts.rb +++ /dev/null @@ -1,6 +0,0 @@ -require 'squib' - -Squib::Deck.new do - circle color: 'black', fill_color: 'black' - save_png prefix: 'color_shortcuts_' -end