Guest User

Untitled

a guest
Feb 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ~/git/self-deprecated master$ irb
  2. irb(main):001:0> class Foo; end
  3. => nil
  4. irb(main):002:0> class A < Foo; end
  5. => nil
  6. irb(main):003:0> class B; end
  7. => nil
  8. irb(main):004:0> class A < B; end
  9. TypeError: superclass mismatch for class A
  10. from (irb):4
  11. from :0
  12. irb(main):005:0>
Add Comment
Please, Sign In to add comment