instance method Module#instance_method
instance_method(name) -> UnboundMethod-
self のインスタンスメソッドをオブジェクト化した UnboundMethod を返します。
[SEE_ALSO] Object#method
class Module
instance_method(name) -> UnboundMethodself のインスタンスメソッドをオブジェクト化した UnboundMethod を返します。
[SEE_ALSO] Object#method