lib/esse.rb in esse-0.0.2 vs lib/esse.rb in esse-0.0.3

- old
+ new

@@ -1,7 +1,10 @@ # frozen_string_literal: true require 'esse/index' module Esse + SETTING_ROOT_KEY = 'settings' + MAPPING_ROOT_KEY = 'mappings' + class Error < StandardError; end end