Ruby 2.2.0 リファレンスマニュアル > 関数一覧 > rb_ivar_get

function rb_ivar_get

VALUE rb_ivar_get(VALUE obj, ID name)

オブジェクト obj のインスタンス変数 name の値を 取得します。