class Specinfra::Command::Base::File
Public Class Methods
check_is_text(file)
click to toggle source
# File lib/extension/specinfra/command/base/file.rb, line 3 def check_is_text(file) "file #{escape(file)} | egrep ' text$'" end