# File lib/guard/dsl.rb, line 139 def read_guardfile(guardfile_path) options[:guardfile_path] = guardfile_path options[:guardfile_contents] = File.read(guardfile_path) rescue ::Guard::UI.error("Error reading file #{ guardfile_path }") exit 1 end