lib/roda/plugins/class_matchers.rb in roda-3.2.0 vs lib/roda/plugins/class_matchers.rb in roda-3.3.0
- old
+ new
@@ -26,10 +26,10 @@
# end
#
# This is useful to DRY up code if you are using the same type of pattern and
# type conversion in multiple places in your application.
#
- # This plugin does not work with the params capturing plugin, as it does not
+ # This plugin does not work with the params_capturing plugin, as it does not
# offer the ability to associate block arguments with named keys.
module ClassMatchers
module ClassMethods
# Set the regexp to use for the given class. The block given will be
# called with all matched values from the regexp, and should return an