unexpected keyword_end, expecting $end (SyntaxError)

后端 未结 4 802
执念已碎
执念已碎 2021-01-11 16:57

hey I am newbie to ruby on rails and I am trying run a simple program from this blog and facing lot of problems error. http://goodbadtech.com/2009/05/13/ruby-on-rails-impor

4条回答
  •  庸人自扰
    2021-01-11 17:35

    While this is typically a syntax error, I've encountered the exact same error message due to an unknown issue with a gem in my RVM gemset. If you see no syntax errors, try deleting and recreating your gemset.

提交回复
热议问题