>>>>> "D" == David Smiley <dsmiley / mitre.org> writes:

D> The fact that this shows up for the multiple line but not the single
D> line sample should be a sign that there is indeed a problem. 

 Well, with

moulon% ruby -v
ruby 1.8.4 (2005-12-24) [i486-linux]
moulon% 

 it give

moulon% ruby
puts Class.new {
  def to_s
     'no bug'
  end
}.new
^D
no bug
moulon% 


Guy Decoux