Browse Source

Fixing syntax error

dev
Andy Meneely 12 years ago
parent
commit
6fd2ab8684
  1. 2
      lib/squib.rb

2
lib/squib.rb

@ -43,7 +43,7 @@ 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

Loading…
Cancel
Save