module Roda::RodaPlugins::StaticRouting::ClassMethods

def static_route(path, &block)

still allowing request method specific handling.
methods inside the route for handling shared behavior while
static_get), but allow you to use Roda's routing tree
tried after the request method specific static routes (e.g.
Add a static route for any request method. These are
def static_route(path, &block)
  hash_path(:static_routing, path, &block)
end