From: James Edward Gray II Date: 2006-04-16T00:33:41+09:00 Subject: Re: HighLine - examples for using "list" On Apr 15, 2006, at 10:00 AM, Sy Ali wrote: > I have not yet worked with anything in the form of > h = HighLine.new The list() method is also available inside HighLine's message strings, using ERB: >> require "highline/import" => true >> say "<%= list(%w{One Two Three}) %>" One Two Three => nil James Edward Gray II