# util.rb
#   $Id: util.rb,v 1.2 2000/11/05 14:48:52 keiko Exp $

class String
  def <<(str)
    self.concat str.to_s
    self
  end
end


syntax highlighted by Code2HTML, v. 0.9.1