Skip to content

Commit

Permalink
mark options attr as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
loadkpi committed Mar 20, 2024
1 parent d0670a0 commit b15bdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/crawler_detect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Rack
#
# @since 0.1.0
class CrawlerDetect
def initialize(app, options = {})
def initialize(app, _options = {})
Rack::Request::Helpers.module_eval do
def is_crawler?
env["rack.crawler_detect"][:is_crawler]
Expand Down

0 comments on commit b15bdae

Please sign in to comment.