lib/bbiff/bbs_reader.rb in bbiff-0.3.2 vs lib/bbiff/bbs_reader.rb in bbiff-0.3.3

- old
+ new

@@ -28,10 +28,10 @@ # def deleted? # @date == '<削除>' # end def to_s - [no, name, mail, date, body].join('<>') + [no, name, mail, date, body, '', ''].join('<>') end end class Downloader