# File lib/chef/knife/core/text_formatter.rb, line 92 def stringify_value(data) data.kind_of?(String) ? data : data.to_s end