Google

# File lib/rmail/parser.rb, line 53
    def parse(input)
      reader = PushbackReader.new(input)
      reader.chunk_size = @chunk_size if @chunk_size
      parse_low(reader, 0)
    end