Ruby 3.0 リファレンスマニュアル
ライブラリ一覧
delegateライブラリ
Delegatorクラス
respond_to_missing?
instance method Delegator#respond_to_missing?
respond_to_missing?(m, include_private) -> bool
[
permalink
][
rdoc
][
edit
]
[PARAM] m:
メソッド名を指定します。
[PARAM] include_private:
真を指定すると private メソッドも調べます。