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
.
1 | /ab+c/ix.inspect #=> "/ab+c/ix" |
Please login to continue.