We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3f88c commit e7b40b0Copy full SHA for e7b40b0
1 file changed
lib/ruby-debug-ide/command.rb
@@ -24,7 +24,7 @@ def commands
24
@commands ||= []
25
end
26
27
- DEF_OPTIONS ||= {
+ DEF_OPTIONS = {
28
:event => true,
29
:control => false,
30
:unknown => false,
0 commit comments