Changeset 24 for trunk/samples

Show
Ignore:
Timestamp:
07/31/2007 00:08:05 (13 months ago)
Author:
why
Message:

* samples/dialogs.rb: okay, trimmed the extra span tags off.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samples/dialogs.rb

    r23 r24  
    11Shoes.app :width => 300, :height => 150, :margin => 10 do 
    22  def answer(v) 
    3     @answer.replace "<span color='black'>#{v.inspect}</span>" 
     3    @answer.replace v.inspect 
    44  end 
    55