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