From: Ruby Student Date: 2013-05-26T03:31:15+09:00 Subject: Re: On Green Shoes, do we have a broken arrow? --20cf307d00e0caa05704dd8f1edf Content-Type: text/plain; charset=ISO-8859-1 Now this is awesome! That red, broken arrow looks nice! I'm looking forward on learning shoes. BTW, the build of the html manual did not work. But that's fine. As long as I can get to the manual using the instructions provided is just fine. It looks like a Ruby issue: *You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html Aborted* Thank you for your help. On Sat, May 25, 2013 at 12:30 AM, ashbb wrote: > Hi Ruby Student, Seba and folks, > > Do you want to draw a broken arrow? > How about using `shape` method like this: > > require "green_shoes" > Shoes.app do > fill red > nostroke > shape do > move_to 50, 20 > line_to 50, 125 > line_to 120, 180 > line_to 100, 200 > line_to 150, 200 > line_to 150, 150 > line_to 130, 170 > line_to 65, 120 > line_to 65, 20 > line_to 50, 20 > end > end > > > > Where can I find a copy of the manual for green-shoes? > I have no PDF manual. > But if HTML manual is okay, try to the following steps. > You can make it by yourself. ;-) > > - Open Green Shoes manual, i.e. run this code > > require 'green_shoes' > Shoes.show_manual > > - Click `to_html` link and save html files. > > Let's have fun with Shoes, > ashbb > > > -- Ruby Student --20cf307d00e0caa05704dd8f1edf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Now this is awesome! That red, broken arrow= looks nice!
I'm looking forward on learning shoes.

BTW, the build of the html manual did not work. But that's fine. As = long as I can get to the manual using the instructions provided is just fin= e.
It looks like a Ruby issue:

You may have encountered a= bug in the Ruby interpreter or extension libraries.
Bug reports are wel= come.
For details: h= ttp://www.ruby-lang.org/bugreport.html

Aborted


Thank you for your help.
<= div class=3D"gmail_extra">

On Sat, May 25= , 2013 at 12:30 AM, ashbb <ashbbb@gmail.com> wrote:
Hi Ruby Student, Seba and f= olks,

Do you want to draw a broken arrow?
How about using `shape`= method like this:

require "green_shoes"
Shoes.app do
=A0 fill red
=A0 = nostroke
=A0 shape do
=A0=A0=A0 move_to 50, 20
=A0=A0=A0 line_to 50, 125
= =A0=A0=A0 line_to 120, 180
=A0=A0=A0 line_to 100, 200
=A0=A0=A0 line_= to 150, 200
=A0=A0=A0 line_to 150, 150
=A0=A0=A0 line_to 130, 170
= =A0=A0=A0 line_to 65, 120
=A0=A0=A0 line_to 65, 20
=A0=A0=A0 line_to 50, 20
=A0 end
end


> Wh= ere can I find a copy of the manual for green-shoes?
I have no PDF= manual.
But if HTML manual is okay, try to the following steps.
You = can make it by yourself. ;-)

- Open Green Shoes manual, i.e. run this code

=A0 require 'g= reen_shoes'
=A0 Shoes.show_manual

- Click `to_html` link and = save html files.

Let's have fun with Shoes,
ashbb





--
Ruby Student
--20cf307d00e0caa05704dd8f1edf--