install @ ubuntu, kubuntu:
$ sudo apt-get install ruby irb ri rubygems
ruby - the ruby command interpreter
irb - a command line testing tool
ri - documentation, developers manual
rubygems - gems is used to access the ruby custom components repository - a rpm like repository for ruby components
There is a faster developer manual tool: fastri
fastri install:
$ sudo gem install fastri
$ sudo fastri-server -b
fastri query example:
$ qri String#length
Wednesday, October 3, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment