rxp.inspect â string
Instance Public methods
Produce a nicely formatted string-version of rxp. Perhaps
surprisingly, #inspect
actually produces the more natural
version of the string than #to_s
.
/ab+c/ix.inspect #=> "/ab+c/ix"
Produce a nicely formatted string-version of rxp. Perhaps
surprisingly, #inspect
actually produces the more natural
version of the string than #to_s
.
/ab+c/ix.inspect #=> "/ab+c/ix"
Please login to continue.