# File temp/source.rb, line 193
                def empty?
                        super and ( @source.nil? || @source.eof? )
                end