module Roda::RodaPlugins::IntegerMatcherMax::RequestMethods

def _match_class_max_Integer

matcher.
Use 2**63-1 as the default maximum value for the Integer
def _match_class_max_Integer
  9223372036854775807
end