Skip to content

Instantly share code, notes, and snippets.

@jdibiccari
Last active August 29, 2015 14:01
Show Gist options
  • Save jdibiccari/14b361e009a03fc54ba9 to your computer and use it in GitHub Desktop.
Save jdibiccari/14b361e009a03fc54ba9 to your computer and use it in GitHub Desktop.
blog_post_3
Submarine = Struct.new(:captain, :sub_name)
scimitar = Submarine.new("Janel", "Scimitar")
#=> <struct Submarine captain="Janel", sub_name="Scimitar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment