valuable
                                
                                
                                
                                    valuable copied to clipboard
                            
                            
                            
                        replace 'Class' with actual class name in this error
class ConfirmationAide < Valuable
  has_value :confirmation, :klass => Confirmation
end
results in:
An exception occurred running at_exit handlers
    Class doesn't know how to format confirmation with :klass => "Confirmation" (ArgumentError)
but should be
ConfirmationAide doesn't know ...