Skip to content

Instantly share code, notes, and snippets.

@asterite
Created January 27, 2015 21:26
Show Gist options
  • Save asterite/96ed6780b96ba48bc89f to your computer and use it in GitHub Desktop.
Save asterite/96ed6780b96ba48bc89f to your computer and use it in GitHub Desktop.
class Foo
end
class Bar < Foo
end
a = [] of {Foo, String}
a << {Foo.new, "hi"}
a << {Bar.new, "hey"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment