Project

ruby_info

0.01
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Provides a RubyInfo class that simplifies accessing global information. Run RubyInfo.list to get started.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 10.1
~> 3.0
~> 2.4
 Project Readme

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.