module Roda::RodaPlugins::IntegerMatcherMax::RequestMethods
def _match_class_convert_Integer(value)
Do not have the Integer matcher max when over the maximum
def _match_class_convert_Integer(value) value = super value if value <= _match_class_max_Integer end