# File lib/shoulda/action_controller/matchers/filter_param_matcher.rb, line 10 10: def filter_param(key) 11: FilterParamMatcher.new(key) 12: end