We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fdf0ea + be10b82 commit 170cb15Copy full SHA for 170cb15
lib/msf/core/opt_int_range.rb
@@ -25,7 +25,7 @@ def normalize(value)
25
value.to_s.gsub(/\s/, '')
26
end
27
28
- def valid?(value, check_empty: true)
+ def valid?(value, check_empty: true, datastore: nil)
29
return false if check_empty && empty_required_value?(value)
30
31
if value.present?
0 commit comments