Difference between revisions of "Ruby"

From Vague Hope Wiki
Jump to: navigation, search
(Created page with "== Reading == * http://elliotth.blogspot.com/2006/04/lesson-about-using-env1-in-script.html * http://ruby-doc.org/docs/Newcomers/ruby.html * https://secure.wikimedia.org/wikiboo...")
 
Line 1: Line 1:
 +
== Bundle ==
 +
 +
<pre>
 +
gem install ruby-debug-base19 -v '0.11.25' -- --with-ruby-include=/home/ci/.rvm/src/ruby-1.9.3-p0/
 +
</pre>
 +
 
== Reading ==
 
== Reading ==
  

Revision as of 06:47, 14 February 2012

Bundle

gem install ruby-debug-base19 -v '0.11.25' -- --with-ruby-include=/home/ci/.rvm/src/ruby-1.9.3-p0/

Reading