Q10
What is the recommended way to handle sensitive information, such as API keys, in Ruby projects?
A.
Store them in environment variables
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board