Removing scratch code

dev
Andy Meneely 2015-04-13 23:19:59 -04:00
parent 1e72376caa
commit 838b1fd085
1 changed files with 0 additions and 8 deletions

View File

@ -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