Guest User

Untitled

a guest
Jun 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. def monkey
  2. puts 'yay'
  3. end
  4.  
  5. class Test
  6. #how to call the 'parent.monkey' (object that owns blah)??
  7. end
  8.  
  9. blah = Test.new
Add Comment
Please, Sign In to add comment