try_constant(const, headers = nil, opt = "") -> Integer | nil
try_constant(const, headers = nil, opt = "") { ... } -> Integer | nil
定数 const がシステムに存在するかどうか検査します。 Kernel#have_const を使ってください。