lib/IFMapper/Room.rb in ifmapper-1.0.8 vs lib/IFMapper/Room.rb in ifmapper-1.0.9

- old
+ new

@@ -148,9 +148,10 @@ @y = y @desc = nil @objects = '' @tasks = '' + @comment = nil end def to_s "\"#{@name}\"" end