From 6fd2ab8684cf1e98b771c142677f7207c9627b22 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sat, 12 Jul 2014 12:48:01 -0400 Subject: [PATCH] Fixing syntax error --- lib/squib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/squib.rb b/lib/squib.rb index 81ca8d3..7a6086f 100644 --- a/lib/squib.rb +++ b/lib/squib.rb @@ -43,8 +43,8 @@ end def image(range=:all, file: , x: 0, y: 0) end -def rect(x: , y: width: , height: , x_radius: 0, y_radius: 0) - +def rect(x:, y:, width:, height:, x_radius: 0, y_radius: 0) + end def load_csv(file:, header: true)