Guest User

Untitled

a guest
Oct 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. class HelloWorld
  2. def initialize
  3. puts "Hello World"
  4. end
  5. end
  6.  
  7. hello_world = HelloWorld.new
Add Comment
Please, Sign In to add comment