Skip to Content
Effective Ruby: 48 Specific Ways to Write Better Ruby
book

Effective Ruby: 48 Specific Ways to Write Better Ruby

by Peter Jones
September 2014
Intermediate to advanced content levelIntermediate to advanced
240 pages
7h 2m
English
Addison-Wesley Professional
Content preview from Effective Ruby: 48 Specific Ways to Write Better Ruby

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.
Start your free trial

You might also like

The Ruby Way: Solutions and Techniques in Ruby Programming, Third Edition

The Ruby Way: Solutions and Techniques in Ruby Programming, Third Edition

Hal Fulton, André Arko
Ruby Cookbook, 2nd Edition

Ruby Cookbook, 2nd Edition

Lucas Carlson, Leonard Richardson

Publisher Resources

ISBN: 9780133847086Purchase book