# File lib/hammer_cli/options/normalizers.rb, line 194 def format(value) value.is_a?(String) ? parse(value) : [] end