class Google::Cloud::Config
def respond_to_missing? name, include_private
- Private: -
def respond_to_missing? name, include_private return true if value_set? name.to_s.chomp("=") super end
def respond_to_missing? name, include_private return true if value_set? name.to_s.chomp("=") super end