Module: MetaMissing::ClassMethods

Defined in:
lib/meta_missing.rb

Instance Method Summary collapse

Instance Method Details

#handle_methods_like(regexp, &block) ⇒ Object



55
56
57
# File 'lib/meta_missing.rb', line 55

def handle_methods_like(regexp, &block)
  method_handlers << { regexp: regexp, block: block }
end