Skip to content

Commit e7b40b0

Browse files
committed
Revert "fix warning: already initialized constant DEF_OPTIONS"
This reverts commit 8d524d4. This commit breaks compatibility with 1.8
1 parent dc3f88c commit e7b40b0

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)