]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/r2.rb
Fix most auto-correctable rubocop issues
[rails.git] / config / initializers / r2.rb
index 254ce01fc9de4c72c4de5ef32d89c006d75dd4fd..114041202aa325e024253d51630faeff7e876a75 100644 (file)
@@ -13,7 +13,7 @@ class R2Template < Tilt::Template
     @output = R2.r2(data)
   end
 
     @output = R2.r2(data)
   end
 
-  def evaluate(scope, locals, &block)
+  def evaluate(_scope, _locals, &_block)
     @output
   end
 end
     @output
   end
 end