module Roda::RodaPlugins::Base::RequestMethods

def _match_class_convert_Integer(value)

Convert the segment matched by the Integer matcher to an integer.
def _match_class_convert_Integer(value)
  value.to_i
end