class Lookbook::FileResolver
def read_file(path)
def read_file(path) File.exist?(path.to_s) ? File.read(path) : raise_error("The data file at '#{path}' could not be found") end
def read_file(path) File.exist?(path.to_s) ? File.read(path) : raise_error("The data file at '#{path}' could not be found") end