私は、「sinatra」を使用してhello_worldアプリケーションを作成することを含む、Rubyを難しい方法で学習するex:50を試しています。次のようなエラーが発生します。
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>'