L
LAMBEAU Bernard
[Note: parts of this message were removed to make it a legal post.]
Hi all,
I'm experimenting a small problem when trying to use HighLine with
wrap_at/page_at options... The script below leads to a deadlock under MacOS
with all ruby installations I have (rvm)
<pre>
require 'rubygems'
require 'highline'
h = HighLine.new
h.wrap_at = 10
h.say "a"*100
</pre>
Something I don't understand ??
thanks,
B
Hi all,
I'm experimenting a small problem when trying to use HighLine with
wrap_at/page_at options... The script below leads to a deadlock under MacOS
with all ruby installations I have (rvm)
<pre>
require 'rubygems'
require 'highline'
h = HighLine.new
h.wrap_at = 10
h.say "a"*100
</pre>
Something I don't understand ??
thanks,
B