Tbpgr Blog

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

2014-09-13から1日間の記事一覧

Ruby | Object | class

概要 Object#class -> Class 詳細 レシーバのクラスを返却。 サンプルコード require 'tbpgr_utils' class Hoge end class Child < Hoge end bulk_puts_eval binding, <<-EOS "hoge".class :hoge.class 1.class 1.1.class Hoge.new.class Child.new.class Cl…