104 105 106 107
# File 'lib/resources/shadow.rb', line 104 def to_s f = @filters.empty? ? '' : ' with'+@filters "/etc/shadow#{f}" end