Ruby doc tweak
[skip ci]
This commit is contained in:
parent
9503f2ebe8
commit
c238036448
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ found in a different, architecture-dependent, directory. The best way to find
|
|||
the compiler options needed to compile the code is to ask Ruby itself:</p>
|
||||
|
||||
<div class="code shell">
|
||||
<pre>$ ruby -e 'require "rbconfig"; puts "-I#{RbConfig::CONFIG[%q{rubyhdrdir}]} -I#{RbConfig::CONFIG[%q{rubyarchhdrdir}]}"'
|
||||
<pre>$ ruby -rrbconfig -e 'puts "-I#{RbConfig::CONFIG[%q{rubyhdrdir}]} -I#{RbConfig::CONFIG[%q{rubyarchhdrdir}]}"'
|
||||
-I/usr/include/ruby-2.1.0 -I/usr/include/x86_64-linux-gnu/ruby-2.1.0
|
||||
</pre>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue