module Roda::RodaPlugins::Base::ResponseClassMethods
Class methods for RodaResponse
Attributes
Reference to the Roda
class related to this response class.
Public Instance Methods
Source
# File lib/roda/response.rb, line 42 def inspect "#{roda_class.inspect}::RodaResponse" end
Since RodaResponse
is anonymously subclassed when Roda
is subclassed, and then assigned to a constant of the Roda
subclass, make inspect reflect the likely name for the class.