From 37794bdb564dd099c85418f718eab3fd3bfeaa69 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 22 Jul 2014 22:43:50 -0400 Subject: [PATCH] Removing the puts from the samples --- samples/basic.rb | 4 +--- samples/excel.rb | 2 -- samples/load_images.rb | 2 -- samples/ranges.rb | 1 - samples/save_pdf.rb | 2 -- samples/text_options.rb | 4 ---- samples/units.rb | 2 -- 7 files changed, 1 insertion(+), 16 deletions(-) diff --git a/samples/basic.rb b/samples/basic.rb index 2bcdd41..f316dfb 100644 --- a/samples/basic.rb +++ b/samples/basic.rb @@ -17,6 +17,4 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do svg range: 1..2, file: 'spanner.svg', x: 620, y: 218 save prefix: 'basic_', format: :png -end - -puts "Done!" \ No newline at end of file +end \ No newline at end of file diff --git a/samples/excel.rb b/samples/excel.rb index 60c706a..2f41e10 100644 --- a/samples/excel.rb +++ b/samples/excel.rb @@ -17,5 +17,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do save format: :png, prefix: 'sample_excel_' end - -puts "Done!" \ No newline at end of file diff --git a/samples/load_images.rb b/samples/load_images.rb index caef06b..5cb4ac8 100644 --- a/samples/load_images.rb +++ b/samples/load_images.rb @@ -12,5 +12,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 1) do save prefix: 'load_images_', format: :png end - -puts "Done!" \ No newline at end of file diff --git a/samples/ranges.rb b/samples/ranges.rb index a8cf69a..f07cdda 100644 --- a/samples/ranges.rb +++ b/samples/ranges.rb @@ -45,4 +45,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do save prefix: 'ranges_', format: :png end -puts "Done!" diff --git a/samples/save_pdf.rb b/samples/save_pdf.rb index c224718..0ba7397 100644 --- a/samples/save_pdf.rb +++ b/samples/save_pdf.rb @@ -12,5 +12,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 16) do #Note that our PNGs still are not trimmed even though the pdf ones are save_png range: 1, prefix: "save_pdf_" end - -puts "Done!" \ No newline at end of file diff --git a/samples/text_options.rb b/samples/text_options.rb index 1cdd4da..5e27da9 100644 --- a/samples/text_options.rb +++ b/samples/text_options.rb @@ -52,7 +52,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do save prefix: 'text_', format: :png end - -puts "Done!" - - diff --git a/samples/units.rb b/samples/units.rb index aef02d2..be1f183 100644 --- a/samples/units.rb +++ b/samples/units.rb @@ -10,5 +10,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do save prefix: 'units_', format: :png end - -puts "Done!" \ No newline at end of file