Module: MethodMissingConversion
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
2 3 4 |
# File 'lib/method_missing_conversion.rb', line 2 def self.included receiver receiver.extend ClassMethods end |
Instance Method Details
#method_missing_with_regexp(name, *args, &block) ⇒ Object
20 21 22 |
# File 'lib/method_missing_conversion.rb', line 20 def method_missing_with_regexp( name, *args, &block ) method_missing_helper name, args, block end |