RoR 學習筆記 - 錯誤訊息 undefined method xxx for ... 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 4月 19, 2016 我的Class 定義如下: Class Test def Play "Hello World" end end 使用 Test.play # => NoMethodError: undefined method ‘play’ for Test:Class Test. new .play # => Hello World 閱讀完整內容