Skip to content

Commit 6d7b806

Browse files
committed
Merge branch 'master' of github.com:ruby-debug/ruby-debug-ide
2 parents b14001f + d31e684 commit 6d7b806

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)