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)