Tbpgr Blog

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

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

TbpgrUtils | 追加要件 EvalHelper#set_variable_code を追加

概要 追加要件 EvalHelper#set_variable_code を追加 詳細 追加要件 EvalHelper#set_variable_codeを追加します 仕様 ・set_variable_codeを利用して変数を設定するコードを生成します。※より詳細についてはGitHubのREADMEおよびテストケース参照 GitHub htt…

ActiveSupport | ordinal

概要 ordinal 詳細 ordinal について ordinal 序数のサフィックスを取得します。 サンプル # encoding: utf-8 require 'active_support/core_ext/integer/inflections' require 'tbpgr_utils' bulk_puts_eval binding, <<-EOS 1.ordinal 2.ordinal 3.ordinal…