# File lib/puma/null_io.rb, line 20
    def read(count=nil,buffer=nil)
      (count && count > 0) ? nil : ""
    end