-
-
Save anonymous/d9684554dd9cdedc46ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def test_sub_is_like_find_and_replace | |
assert_equal __, "one two-three".sub(/(t\w*)/) { $1[0, 1] } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment