Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > UnboundMethodクラス > owner
owner -> Class | Module
[permalink][rdoc]このメソッドが定義されている class か module を返します。
例:
Integer.instance_method(:to_s).owner # => Integer Integer.instance_method(:to_c).owner # => Numeric Integer.instance_method(:hash).owner # => Kernel