Ad
Fundamentals
Games
Code
Diff
  • def riddle(w) = w.index("?")
    • def riddle(w) = /\?/ =~ w
    • def riddle(w) = w.index("?")