Method: Shadow#to_s

Defined in:
lib/resources/shadow.rb

#to_sObject



104
105
106
107
# File 'lib/resources/shadow.rb', line 104

def to_s
  f = @filters.empty? ? '' : ' with'+@filters
  "/etc/shadow#{f}"
end