Skip to content

Instantly share code, notes, and snippets.

@hinrik

hinrik/type.cr Secret

Created November 29, 2017 22:23
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 hinrik/ffce0260a3dbe285800807066d311e2e to your computer and use it in GitHub Desktop.
Save hinrik/ffce0260a3dbe285800807066d311e2e to your computer and use it in GitHub Desktop.
class Foo
getter bar
def initialize(bar = nil)
@bar = bar || Hash(String, Set(Tuple(Int32, Int32)))
end
end
p Foo.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment