Method: ConsulApplicationSettings::Resolvers::Abstract#resolve

Defined in:
lib/consul_application_settings/resolvers/abstract.rb

#resolve(value, _path) ⇒ Object



9
10
11
# File 'lib/consul_application_settings/resolvers/abstract.rb', line 9

def resolve(value, _path)
  value
end