module Roda::RodaPlugins::TypecastParams::InstanceMethods
def typecast_params
Type conversion methods will be called on the result of this method.
Return and cache the instance of the Params class for the current request.
def typecast_params @_typecast_params ||= self.class::TypecastParams.new(@_request.params) end