Tbpgr Blog

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

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

TbpgrUtils | 追加要件 String#is_meta_variable?, Symbol#is_meta_variable? 追加

概要 追加要件 String#is_meta_variable?, Symbol#is_meta_variable? 追加 詳細 追加要件 String#is_meta_variable?, Symbol#is_meta_variable?を追加する 仕様 ・メタ変数かどうか判定する処理を追加 ※より詳細についてはGitHubのREADMEおよびテストケース…

ActiveSupport | Range#to_s

概要 Range#to_s 詳細 Range#to_s について Range#to_s 範囲を文字列にする サンプル # encoding: utf-8 require 'active_support/core_ext/hash/keys' require 'tbpgr_utils' hash = { :key1 => :value1, :key2 => :value2, :key3 => :value3, "key4" => :v…