Last active
March 2, 2020 22:45
-
-
Save hdoan741/d6128ceea898d6fe0b8abd0a60af6bbc to your computer and use it in GitHub Desktop.
routes.rbi
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
| # -- generated routes.rbi | |
| # Sigs for route /test/index(.:format) | |
| sig { params(args: T.untyped, kwargs: T.untyped).returns(String) } | |
| def test_index_path(*args, **kwargs); end | |
| sig { params(args: T.untyped, kwargs: T.untyped).returns(String) } | |
| def test_index_url(*args, **kwargs); end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment