Demonstrate show that trailing whitespace is okay

...even though it's not.
dev
Andy Meneely 2014-12-31 09:37:20 -05:00
parent 0da51b4573
commit 875f25b3f3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Squib::Deck.new do
rect x: safe_margin, y: safe_margin,
width: safe_width, height: safe_height, radius: 25
rect x: '4cm', y: '4 cm', width: 100, height: 100
rect x: '4cm', y: '4 cm ', width: 100, height: 100
save prefix: 'units_', format: :png
end