-1
我似乎得到這個塊的錯誤,我不知道爲什麼。如果我刪除它的工作break
和櫃檯,但如果我加入他們,我得到這個錯誤:爲什麼我得到這個塊的「意想不到的keyword_end錯誤」?
錯誤:
/home/rails_apps/Twitter_App/app/controllers/dashboard_controller.rb:133: syntax error, unexpected keyword_end
/home/rails_apps/Twitter_App/app/controllers/dashboard_controller.rb:145: syntax error, unexpected end-of-input, expecting keyword_end
代碼:
@followers2.each do |follow|
@followers3 << Twitter.user(follow)
break if i >10
i++
end
大聲笑很有意義:) –