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