samples/simple_curve.rb in shoes-4.0.0.pre12 vs samples/simple_curve.rb in shoes-4.0.0.rc1

- old
+ new

@@ -1,5 +1,6 @@ # frozen_string_literal: true + # # based on the cairo curve_to example # http://www.cairographics.org/samples/curve_to/ # Shoes.app do