# File lib/librarian/rspec/support/cli_macro.rb, line 28
          def initialize(rel_path, content, options = { })
            self.rel_path = rel_path
            self.content = content
            self.type = options[:type]
          end