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