Ruby: Printing out code

For general discussion related FlowStone
Post Reply
jerry
Posts: 20
Joined: Tue Nov 01, 2011 8:06 pm
Location: Schaumburg, Illinois, USA

Ruby: Printing out code

Post by jerry »

Is there a way to print out a block of ruby code in flowstone? I tried selecting the code but the copy function is grayed out. If I could copy it I could then paste it into a text program and print it out. My program is getting longer and longer and I would like to document it.
Embedded
Posts: 143
Joined: Sat Oct 30, 2010 1:42 pm

Re: Ruby: Printing out code

Post by Embedded »

You can use Copy & Paste in the ruby module, just not with the mouse.

Try:

CTRL+C = Copy
CTRL+V = Paste

So you can paste it in a standard text editor to print.

There are more standard copying features here: http://en.wikipedia.org/wiki/Cut,_copy,_and_paste
jerry
Posts: 20
Joined: Tue Nov 01, 2011 8:06 pm
Location: Schaumburg, Illinois, USA

Re: Ruby: Printing out code

Post by jerry »

Thanks embedded, it works just as you describe it.
Post Reply