Fixing syntax error
parent
468f13b513
commit
6fd2ab8684
|
|
@ -43,8 +43,8 @@ end
|
||||||
def image(range=:all, file: , x: 0, y: 0)
|
def image(range=:all, file: , x: 0, y: 0)
|
||||||
end
|
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
|
end
|
||||||
|
|
||||||
def load_csv(file:, header: true)
|
def load_csv(file:, header: true)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue