Why can't I run this ruby file?

前端 未结 0 1468
星月不相逢
星月不相逢 2021-01-28 06:33

I am on Ubuntu. I have a ruby file that looks like this.

class Hangman
  def initialize
    @letters = (\'a\'..\'z\').to_a
    @word = words.sample
  end

  def w         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题