lib/parse/batch.rb in parse-ruby-client-0.2.0 vs lib/parse/batch.rb in parse-ruby-client-0.3.0
- old
+ new
@@ -1,7 +1,6 @@
-require 'json'
-
+# -*- encoding : utf-8 -*-
module Parse
class Batch
attr_reader :requests
attr_reader :client
@@ -49,6 +48,6 @@
@client.request(uri, :post, body)
end
end
-end
\ No newline at end of file
+end