Ruby - Ecosystem and Best Practices
What is the output when you run IRB with this
~/.irbrc content?IRB.conf[:AUTO_INDENT] = true puts IRB.conf[:AUTO_INDENT]
~/.irbrc content?IRB.conf[:AUTO_INDENT] = true puts IRB.conf[:AUTO_INDENT]
IRB.conf[:AUTO_INDENT] to true enables auto-indent.puts prints the current valueputs outputs "true".15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions