method

const_regexp

const_regexp(camel_cased_word)
private

Mounts a regular expression, returned as a string to ease interpolation, that will match part by part the given constant.

const_regexp("Foo::Bar::Baz") # => "Foo(::Bar(::Baz)?)?"
const_regexp("::")            # => "::"