Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

2014-06-24から1日間の記事一覧

Ruby | Method | owner

概要 Method#owner -> Symbol 詳細 このメソッドが定義されている class か module を返却。 サンプルコード require 'tbpgr_utils' module Hogeable def hogeable; end end class Hoge include Hogeable def hoge; end end h = Hoge.new bulk_puts_eval bin…