From 838b1fd08503ff3293a7262aef3d3d136d7d4132 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 13 Apr 2015 23:19:59 -0400 Subject: [PATCH] Removing scratch code --- samples/foo.rb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 samples/foo.rb diff --git a/samples/foo.rb b/samples/foo.rb deleted file mode 100644 index 30c3afc..0000000 --- a/samples/foo.rb +++ /dev/null @@ -1,8 +0,0 @@ -require 'squib' -puts "Using Squib #{Squib::VERSION}" - -Squib::Deck.new(cards: 3, dpi: 600) do - background color: :gray - text str: %w(Hello fine world!) - save_pdf file: 'foo.pdf', gap: 5, width: '11in', height: '8.5in' -end \ No newline at end of file