< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事
N :次の記事
|<:スレッドの先頭
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
From: "Eric Hodel" <drbrain / segment7.net>
> On Jul 25, 2008, at 01:21 AM, Bill Kelly wrote:
>>
>> From: http://ruby-design.pbwiki.com/f/ruby-core-20080430.txt
>
> Evan is mistaken. You can calculate the current ruby like this:
>
> ruby = File.join RbConfig::CONFIG['bindir'],
> RbConfig::CONFIG['ruby_install_name']
> ruby << RbConfig::CONFIG['EXEEXT']
[2008/04/30 20:34:22] <evan> thats the installed location
[2008/04/30 20:34:25] <evan> not the current running one
[2008/04/30 20:34:37] <evan> an great example of that is doing ../../blah/bin/ruby
(Note, I don't have any vested interest in this, I am
merely quoting from the IRC logs... For example, I don't
know why it was important to find the current running
binary. But I'm not sure how RUBY_ENGINE was supposed
to help in the ../../blah/bin/ruby situation anyway? :)
Regards,
Bill