66 67 68 69 70 71
# File 'lib/theme.rb', line 66 def setCoords(x1,y1,x2,y2) @x1 = x1 @y1 = y1 @x2 = x2 @y2 = y2 end