class Google::Cloud::Config

def respond_to_missing? name, include_private

Other tags:
    Private: -
def respond_to_missing? name, include_private
  return true if value_set? name.to_s.chomp("=")
  super
end