Class: HealthcheckEndpoint::Configuration::Settings

Inherits:
Struct
  • Object
show all
Defined in:
lib/healthcheck_endpoint/configuration.rb

Instance Method Summary collapse

Instance Method Details

#update(&block) ⇒ Object



31
32
33
34
35
# File 'lib/healthcheck_endpoint/configuration.rb', line 31

def update(&block)
  return self unless block

  tap(&block)
end