Created
August 19, 2018 14:25
-
-
Save launchkit-codes/945a4f16e228c7aeb54e9c46a87f82f7 to your computer and use it in GitHub Desktop.
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
| Address = Struct.new(:street, :city, :zip) | |
| Address.class # => Class | |
| Address.superclass # => Struct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment