Tbpgr Blog

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

2014-10-19から1日間の記事一覧

Ruby | ObjectSpace | _id2ref

概要 ObjectSpace#_id2ref(id) -> object 詳細 オブジェクト ID(Object#__id__)からオブジェクトを取得 サンプルコード require 'tbpgr_utils' Person = Struct.new(:name, :age) tanaka = Person.new('tanaka', 34) hoge = "hoge" bulk_puts_eval binding, <…