# File lib/specinfra/command/base/file.rb, line 99 def get_content(file) "cat #{escape(file)} 2> /dev/null || echo -n" end