class T::Private::Types::StringHolder
Holds a string. Useful for showing type aliases in error messages
def initialize(string)
def initialize(string) @string = string end
def name
def name string end
def subtype_of_single?(other)
def subtype_of_single?(other)
def valid?(obj)
def valid?(obj) false end