# File lib/hocon/impl/from_map_mode.rb, line 10 def self.name(from_map_mode) case from_map_mode when KEYS_ARE_PATHS then "KEYS_ARE_PATHS" when KEYS_ARE_KEYS then "KEYS_ARE_KEYS" else raise ConfigBugOrBrokenError.new("Unrecognized FromMapMode #{from_map_mode}") end end