I use this Ruby code when I load value.
request_builder = "#{gateway.camelize}RequestBuilder".constantize
But from time to time value gateway is missing from the yml configuration file. How I can add check is this value present? For example if value gateway
is empty I want to print some message and stop code execution.