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 6ce3d02 commit 750c145Copy full SHA for 750c145
lib/debug/server_cdp.rb
@@ -732,7 +732,7 @@ def process_cdp args
732
break false
733
end
734
} and (message = "Error: Not defined global variable: #{expr.inspect}")
735
- when /(\A[A-Z][a-zA-Z]*)/
+ when /(\A[A-Z]\w*)/
736
unless result = search_const(b, $1)
737
message = "Error: Not defined constant: #{expr.inspect}"
738
0 commit comments