lib/lastpass/http.rb in lastpass-1.3.0 vs lib/lastpass/http.rb in lastpass-1.4.0
- old
+ new
@@ -1,8 +1,8 @@
# Copyright (C) 2013 Dmitry Yakimenko (detunized@gmail.com).
# Licensed under the terms of the MIT license. See LICENCE for details.
module LastPass
- class HTTP
- include HTTParty
- end
+ class HTTP
+ include HTTParty
+ end
end