Tbpgr Blog

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

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

Ruby | Module | private_method_defined?

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