We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987be00 commit bf4027cCopy full SHA for bf4027c
rb/lib/selenium/webdriver/bidi/struct.rb
@@ -32,8 +32,6 @@ def new(*args, &block)
32
end
33
34
35
- private
36
-
37
def camel_to_snake(camel_str)
38
camel_str.gsub(/([A-Z])/, '_\1').downcase
39
0 commit comments