Guest User

Untitled

a guest
Feb 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. class Foo
  2. private
  3. def self.hello
  4. puts "hi"
  5. end
  6. end
  7.  
  8. Foo.hello => "hi"
Add Comment
Please, Sign In to add comment