Tbpgr Blog

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

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

TbpgrUtils | 追加要件 EvalHelper#set_variables_code 追加

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

ActiveSupport | ordinalize

概要 ordinalize 詳細 ordinalize について ordinalize 数値を序数のサフィックス付きのフォーマットにします。 サンプル # encoding: utf-8 require 'active_support/core_ext/integer/inflections' require 'tbpgr_utils' I18n.enforce_available_locales …