Method: Inspec::Input#has_value?
- Defined in:
- lib/inspec/objects/input.rb
#has_value? ⇒ Boolean
302 303 304 |
# File 'lib/inspec/objects/input.rb', line 302 def has_value? !current_value.is_a? NO_VALUE_SET end |
302 303 304 |
# File 'lib/inspec/objects/input.rb', line 302 def has_value? !current_value.is_a? NO_VALUE_SET end |