bfoz / sketch

Ruby framework for 2D mechanical sketches
3 stars 3 forks source link

Add builder commands left, right, up, down #10

Closed bfoz closed 11 years ago

bfoz commented 11 years ago

move_x and move_y are turning out to be a bit cumbersome. The new methods should be syntactic sugar that wraps move_x and move_y.

bfoz commented 11 years ago

That was easy