mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
d29680803f
what platform Ruby is running on. Underlying Platform is the RUBY_PLATFORM constant. This library is parsing this constant for information. You could easily do this yourself. We've just taken the hassle out of it for you and hopefully covered a few of the more unusual cases you mightn't have thought of yourself. WWW: http://platform.rubyforge.org/ PR: ports/122708 Submitted by: IWATSUKI Hiroyuki <don at na.rim.or.jp>
9 lines
424 B
Plaintext
9 lines
424 B
Plaintext
The Platform library offers a simple, reliable, means of determining
|
|
what platform Ruby is running on. Underlying Platform is the
|
|
RUBY_PLATFORM constant. This library is parsing this constant for
|
|
information. You could easily do this yourself. We've just taken the
|
|
hassle out of it for you and hopefully covered a few of the more
|
|
unusual cases you mightn't have thought of yourself.
|
|
|
|
WWW: http://platform.rubyforge.org/
|