module RouteTranslator::Translator::Path::Segment

def translatable_segment(segment)

def translatable_segment(segment)
  matches = TRANSLATABLE_SEGMENT.match(segment)
  matches[1] if matches.present?
end