# File lib/buff/ignore/ignore_file.rb, line 27 def initialize(filepath, options = {}) raise IgnoreFileNotFound.new(filepath) unless filepath && File.exists?(filepath) @filepath = File.expand_path(filepath) @options = options end