Method: Inspec::Input#to_s

Defined in:
lib/inspec/objects/input.rb

#to_sObject

————————————————————————–#

Value Type Coercion

————————————————————————–#



342
343
344
# File 'lib/inspec/objects/input.rb', line 342

def to_s
  "Input #{name} with #{current_value}"
end