Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class NewDarioSite::App
  get '/%20http:/www.onbeing.org/program/dario-robleto-sculptor-of-memory/6640' do
    "Hello World"
  end
end