Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 628 Bytes

README.rdoc

File metadata and controls

27 lines (15 loc) · 628 Bytes

RubyInfo

Provides a RubyInfo class that simplifies accessing global information. Run RubyInfo.list to get started. You can also run RubyInfo.all to get a hash of all available information (may be a lot).

Setup

On your command-line:

$ gem install ruby_info

In Ruby:

require 'ruby_info'

Usage

Call methods on the RubyInfo class. See the source for more documentation.

Also See

github.com/janlelis/ruby_engine | github.com/janlelis/ruby_version | github.com/rdp/os

J-_-L

Copyright © 2010-2014 Jan Lelis. MIT License. Originated from the zucker gem.