Piergiuliano Bossi wrote: > Bermejo, Rodrigo wrote: > > I think that the answer in ruby is: no, it's not possible. > But I may be wrong. > > Ciao, Giuliano take a look at irb/xmp - print exemple. <------------- require 'irb/xmp' xmp <<END 1+2==3 END -------------> 1+2==3 ==>true > >