Skip to content

Instantly share code, notes, and snippets.

@pointlessone
Created March 30, 2020 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pointlessone/30f5738de201e9d7b947ddbe4a5fc929 to your computer and use it in GitHub Desktop.
Save pointlessone/30f5738de201e9d7b947ddbe4a5fc929 to your computer and use it in GitHub Desktop.
class Example
def test(in:)
end
end
class Example
def test: (in: untyped `in`) -> untyped
end
target :example do
check 'example.rb'
signature 'example.rbs'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment