lib/vindetta/generator.rb in vindetta-0.14.0 vs lib/vindetta/generator.rb in vindetta-0.15.0
- old
+ new
@@ -1,9 +1,9 @@
require "net/http"
module Vindetta
class Generator
- def self.generate(options = {})
+ def self.generate(_options = {})
Net::HTTP.get("randomvin.com", "/getvin.php")
end
end
end