Skip to content

Commit

Permalink
Fix warning that Logger#warn is overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 28, 2020
1 parent 9422b41 commit af6c1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/common/logger.rb
Expand Up @@ -40,7 +40,7 @@ class Logger
:close,
:debug, :debug?,
:info, :info?,
:warn, :warn?,
:warn?,
:error, :error?,
:fatal, :fatal?,
:level, :level=
Expand Down

0 comments on commit af6c1fd

Please sign in to comment.