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