Created
March 27, 2018 20:40
-
-
Save victorarias/8306d93a22e2c8c0f1bb2f99bb596c14 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
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