module Roda::RodaPlugins::Base::RequestClassMethods

def inspect

reflect the likely name for the class.
and then assigned to a constant of the Roda subclass, make inspect
Since RodaRequest is anonymously subclassed when Roda is subclassed,
def inspect
  "#{roda_class.inspect}::RodaRequest"
end