module Roda::RodaPlugins::Base::ResponseClassMethods

def inspect

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