Tbpgr Blog

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

2014-07-27から1日間の記事一覧

Ruby | Module | name

概要 Module#name -> String Module#to_s -> String Module#inspect -> String 詳細 モジュールやクラスの名前を文字列で返却 サンプルコード require 'tbpgr_utils' module Hogeable def hogeable end end class Hoge include Hogeable def hoge print 'hog…