# frozen_string_literal: true require 'regexgen/version' require 'regexgen/trie' # Generate regular expressions that match a set of strings module Regexgen class <