Tbpgr Blog

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

2014-11-30から1日間の記事一覧

Ruby | Regexp | source

概要 Regexp#source -> String 詳細 その正規表現のもととなった文字列表現を生成して返却。 サンプルコード require 'tbpgr_utils' bulk_puts_eval binding, <<-EOS /h.ge/i.source /h.ge/im.source //.source EOS __END__ 下記はTbpgrUtils gemの機能 bulk…