我正在尝试以艰难的方式学习 Ruby 的 ex:50 ..这涉及使用“sinatra”创建 hello_world 应用程序,但我遇到了如下错误:
ruby lib/gothonweb.rb
lib/gothonweb.rb:5:in `<module:Gothonweb>': undefined method `get' for Gothonweb:Module (NoMethodError)
from lib/gothonweb.rb:4:in `<main>'