module Roda::RodaPlugins::Base::InstanceMethods

def _convert_class_Integer(value)

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