Examveda
Examveda

What is the recommended way to handle sensitive information, such as API keys, in Ruby projects?

A. Store them in environment variables

B. Embed them directly in the code

C. Include them in a separate configuration file

D. Store them in the source code as comments

Answer: Option A


Join The Discussion

Related Questions on Best Practices and Code Conventions in Ruby