Since I know almost nothing about Ruby, I'll ask the fedi hivemind for tips...

If I want to start up a Ruby REPL and import 'net/http' so that I can try one request using the latest version of the Gem, what steps should I follow? In Python I'd create a virtualenv and then use 'pip install' to install the package I want - so I assume something similar exists for Ruby. Bonus points if I can do the same thing but intentionally use an older (specific) version of the Gem.

#Ruby #RubyNewbie

I wrote a post compiling common Ruby interview questions. Please share and send any feedback or additional questions you've seen or used in interviews. www.rubynewbie.org/common-ruby-... #ruby #interview #rubynewbie

Common Ruby interview question...
Common Ruby interview questions - Ruby Newbie

To evaluate your skill level and experience in Ruby, there are some questions that are frequently asked. It's important that you understand the fundamental...