Skip to content

Instantly share code, notes, and snippets.

@launchkit-codes
Created August 19, 2018 14:25
Show Gist options
  • Select an option

  • Save launchkit-codes/945a4f16e228c7aeb54e9c46a87f82f7 to your computer and use it in GitHub Desktop.

Select an option

Save launchkit-codes/945a4f16e228c7aeb54e9c46a87f82f7 to your computer and use it in GitHub Desktop.
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