# File lib/specinfra/command/windows/base/file.rb, line 45 def get_content(file) %Q!Get-Content("#{file}") | Write-Host! end