class Configspec::Type::File

Public Instance Methods

sourced_from?(from) click to toggle source
# File lib/configspec/type/file.rb, line 4
def sourced_from?(from)
  backend.copy_file(from, @name)
end