module Roda::RodaPlugins::IntegerMatcherMax::InstanceMethods

def _max_value_convert_class_Integer

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