# File lib/gdata/http/mime_body.rb, line 75 def initialize(source_string) @string = source_string @bytes_read = 0 end