class Chef::Knife::Ssh

def get_stripped_unfrozen_value(value)

def get_stripped_unfrozen_value(value)
  return nil unless value
  value.strip
end