Skip to content

Commit 52ca6b5

Browse files
author
Brent Cook
committed
remove entire 'default' attribute acccessor override method
This reverts us to the state before 725a17c, making OptRegexp simply inherit from OptBase again.
1 parent f3a2d66 commit 52ca6b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/msf/core/option_container.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,10 +527,6 @@ def normalize(value)
527527
return Regexp.compile(value)
528528
end
529529

530-
def default
531-
@default
532-
end
533-
534530
def display_value(value)
535531
if value.kind_of?(Regexp)
536532
return value.source

0 commit comments

Comments
 (0)