Commit c952d05

mo <mo.khan@gmail.com>
2019-01-04 18:31:27
fix linter error
1 parent c147ea0
Changed files (1)
lib
lib/scim/kit/templatable.rb
@@ -8,7 +8,7 @@ module Scim
         render(self, options)
       end
 
-      def as_json(options = nil)
+      def as_json(_options = nil)
         to_h
       end