class Strum::Errors::ClosedGenericValidation
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 16 def initialize super("Validate called on closed Generic receiver.") end