Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class Foo
  2. end
  3.  
  4. class Bar < Foo
  5. end
  6.  
  7. Foo = Bar # !> already initialized constant Foo
  8.  
  9. Foo.new # => #<Bar:0x10d09f610>
Add Comment
Please, Sign In to add comment