Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/usr/bin/env ruby1.9.1
  2.  
  3. class Testclass
  4. def initialize(number = "", message = "")
  5.  
  6. end
  7. end
  8.  
  9. testobj = Testclass.new("test", "test")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement