Module: MetaMissing::ClassMethods
- Defined in:
- lib/meta_missing.rb
Instance Method Summary collapse
Instance Method Details
#handle_methods_like(regexp, &block) ⇒ Object
57 58 59 |
# File 'lib/meta_missing.rb', line 57 def handle_methods_like(regexp, &block) method_handlers << { regexp: regexp, block: block } end |