Created
April 22, 2016 10:28
-
-
Save johnhamelink/0537332bf32039bb6fa1326c7037aba6 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
| # -> UriBuilder.build([["user", 1]]) | |
| # => "fap://user/1" | |
| # -> UriBuilder.build([["event", 1], ["play", 5], ["player_mgmt"]]) | |
| # => "fap://event/1/play/5/player_mgmt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment