class Serverspec::Type::File

Public Instance Methods

text?() click to toggle source
# File lib/extension/serverspec/type/file.rb, line 3
def text?
  @runner.check_file_is_text(@name)
end