# File temp/source.rb, line 151
                def read
                        begin
        str = @source.readline(@line_break)
                                str = decode(str) if @to_utf and str 
                                @buffer << str
                        rescue Exception, NameError
                                @source = nil
                        end
                end