On Tue, Apr 08, 2008 at 08:08:07PM -0500, _why wrote: > > @i_say = edit_box do > @remaining.replace string_alert > if @remaining.text[-1] == ?\n > upandaway > end > end >
I'm sorry that should be:
@i_say = edit_box do
@remaining.replace string_alert
if @i_say.text[-1] == ?\n
upandaway
end
end
_why
