lib/loaf/options_validator.rb in loaf-0.5.0 vs lib/loaf/options_validator.rb in loaf-0.6.0
- old
+ new
@@ -1,7 +1,7 @@
-# encoding: utf-8
+# frozen_string_literal: true
-require 'loaf/errors'
+require_relative 'errors'
module Loaf
# A mixin to validate configuration options
module OptionsValidator
# Check if options are valid or not