Tbpgr Blog

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

2014-07-31から1日間の記事一覧

Ruby | Module | protected_method_defined?

概要 Module#protected_method_defined?(name) -> bool 詳細 インスタンスメソッド name がモジュールに定義されており、 しかもその可視性が protected であるときに true を返却。 そうでなければ false を返却。 サンプルコード require 'tbpgr_utils' mo…