diff options
Diffstat (limited to 'devel/rubygem-platform/pkg-descr')
-rw-r--r-- | devel/rubygem-platform/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/rubygem-platform/pkg-descr b/devel/rubygem-platform/pkg-descr new file mode 100644 index 000000000000..802c2b0a1bb8 --- /dev/null +++ b/devel/rubygem-platform/pkg-descr @@ -0,0 +1,8 @@ +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/ |