lib/insales_api/currency.rb in insales_api-0.1.3 vs lib/insales_api/currency.rb in insales_api-0.2.0
- old
+ new
@@ -1,5 +1,6 @@
-# coding: utf-8
+# frozen_string_literal: true
+
module InsalesApi
class Currency < Base
include ActiveResource::Singleton
end
end