Skip to content

Instantly share code, notes, and snippets.

@victorarias
Created March 27, 2018 20:40
Show Gist options
  • Save victorarias/8306d93a22e2c8c0f1bb2f99bb596c14 to your computer and use it in GitHub Desktop.
Save victorarias/8306d93a22e2c8c0f1bb2f99bb596c14 to your computer and use it in GitHub Desktop.
20:20:43 ~$ irb
irb(main):001:0> load "boom.rb"
=> true
irb(main):002:0> load "boom.rb"
Traceback (most recent call last):
4: from /usr/local/bin/irb:11:in `<main>'
3: from (irb):2
2: from (irb):2:in `load'
1: from boom.rb:1:in `<top (required)>'
TypeError (superclass mismatch for class Country)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment