Guest User

Untitled

a guest
Apr 26th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. class Test
  2. def hello(name)
  3. "hello #{name}"
  4. end
  5. end
  6.  
  7. a = Test.new
  8. a.hello("karol")
Advertisement
Add Comment
Please, Sign In to add comment