Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # encoding: utf-8
  2.  
  3. require "Foo"
  4.  
  5. class Bar
  6.  
  7. def self.say_hello
  8. Foo.say_hello
  9. end
  10.  
  11. end
  12.  
  13. p Bar.say_hello
Add Comment
Please, Sign In to add comment