Sinatra doesn’t know this ditty.

Try this:
# in moka.rb
class Moka::Application
  get '/feeds/project/thunar' do
    "Hello World"
  end
end