Skip to content

Commit 8d524d4

Browse files
committed
fix warning: already initialized constant DEF_OPTIONS
1 parent d83e56d commit 8d524d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-debug-ide/command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def commands
2424
@commands ||= []
2525
end
2626

27-
DEF_OPTIONS = {
27+
DEF_OPTIONS ||= {
2828
:event => true,
2929
:control => false,
3030
:unknown => false,

0 commit comments

Comments
 (0)