1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-04-11 16:47:49 +00:00
parent 4a1b95ca7a
commit af4c2b3b4b

View file

@ -54,7 +54,7 @@ profile.rb:: Runs the Ruby Profiler__
Profiler__:: Provides a way to profile your Ruby application
PStore:: Implements a file based persistence mechanism based on a Hash
Queue:: Synchronized communication between threads, provided by thread.rb
Racc:: A LALR(1) parser generator writting in Ruby.
Racc:: A LALR(1) parser generator written in Ruby.
Rake:: Ruby build program with capabilities similar to make
rational.rb:: Deprecated library replaced by C implementation in core
RbConfig:: Information of your configure and build of Ruby