7. Tools and Libraries
An installation of Ruby gives you more than just an interpreter to execute your source files with. It also includes an interactive tool for experimenting with Ruby (IRB), a utility for reading documentation (RI), and one for generating documentation (RDoc). Mastering these tools is an important step for Ruby programmers. But there’s another equally important tool that ships with Ruby—the gem utility.
There’s an amazingly large number of libraries and applications packaged as RubyGems just waiting to be installed with gem. In fact, it’s quite common for Ruby applications to depend on many third-party gems. Managing all of those dependencies can be troublesome if you’re not using a tool to help you.
In this chapter, I’ll ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access