Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > dlライブラリ > DL::Symbolクラス > name
name -> String
関数名を文字列で返します。
require 'dl' h = DL.dlopen('./libtest.so') s = h.sym('slen', 'IS') p s.name #=> "slen"