Skip to content

Instantly share code, notes, and snippets.

@hdoan741
Last active March 2, 2020 22:45
Show Gist options
  • Select an option

  • Save hdoan741/d6128ceea898d6fe0b8abd0a60af6bbc to your computer and use it in GitHub Desktop.

Select an option

Save hdoan741/d6128ceea898d6fe0b8abd0a60af6bbc to your computer and use it in GitHub Desktop.
routes.rbi
# -- 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