# File lib/http/form_data/urlencoded.rb, line 66 def initialize(data) @io = StringIO.new(self.class.encoder.call(FormData.ensure_hash(data))) end