Advertisement
Guest User

Untitled

a guest
Nov 7th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class Question
  2. def initialize( answer = 0, question[''], avanswers )
  3. self.answer = 0
  4. self.question << question
  5. self.avanswers ||= []
  6. avanswers.each do | string |
  7. self.avanswers << string
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement