Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > dlライブラリ > DLモジュール > RTLD_LAZY

constant DL::RTLD_LAZY

RTLD_LAZY -> Integer[permalink][rdoc]

dlopen のフラグ RTLD_LAZY を表す定数です。

DL::Handle.new の flags として用います。

詳しくは dlopen(3) を見てください。