Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そのクラスに特定のインスタンスメソッドがあるかどうかを確認するクラスメソッドはありますか?そのようなrespond_to?ものはクラスメソッドです。
respond_to?
はい、使用できます
method_defined?
、これは、特定のクラスにインスタンスメソッドが定義されているかどうかを確認するためのクラスメソッドです。次のリンクで詳細を説明します
クラスを指定して、インスタンスにメソッド(Ruby)があるかどうかを確認します
method_definedを使用しますか?クラスで
例:Array.method_defined?:選別