Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/_detail/info:tab:idnac3tmfegjqsxeve5urw.jpg' do
    "Hello World"
  end
end