Tbpgr Blog

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

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

TbpgrUtils | 追加要件 String#ascii_unicode_table 追加

概要 追加要件 String#ascii_unicode_table 追加 詳細 追加要件 String#ascii_unicode_tableを追加する 仕様 ・指定文字列の文字コード表を取得する ※より詳細についてはGitHubのREADMEおよびテストケース参照 GitHub https://github.com/tbpgr/tbpgr_utils …

Sublime Text2 | RubyTest Pluginのリファクタリング ローカル変数の抽出を利用する

概要 RubyTest Pluginのリファクタリング ローカル変数の抽出を利用する 詳細 RubyTest Pluginのリファクタリング ローカル変数の抽出機能があります。 対象文字列を選択した状態で右クリックして、 RubyTest => Refactoring => Extract Local Variable を選…

ActiveSupport | Range#include?

概要 Range#include? 詳細 Range#include? について Range#include? 引数が範囲に含まれているか確認する サンプル # encoding: utf-8 require 'active_support/core_ext/range/include_range' require 'tbpgr_utils' bulk_puts_eval binding, <<-EOS (1..5)…