Tbpgr Blog

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

2014-03-23から1日間の記事一覧

TbpgrUtils | 追加要件 Object#method_nameable? 追加

概要 追加要件 Object#method_nameable? 追加 詳細 追加要件 Object#method_nameable? を追加する 仕様 ・対象のクラスがメソッドの命名に利用できるか判定する(String, SymbolならOK) ※より詳細についてはGitHubのREADMEおよびテストケース参照 GitHub http…

ActiveSupport | Hash#to_xml

概要 Hash#to_xml 詳細 Hash#to_xml について Hash#to_xml Hashをxmlに変換する。 サンプル # encoding: utf-8 require 'active_support/core_ext/hash/conversions' require 'tbpgr_utils' I18n.enforce_available_locales = true hash = { :key1 => :value…