class T::UntypedType

Public Instance Methods

check(value) click to toggle source
# File lib/emery/type.rb, line 12
def check(value)
  T.check_not_nil(self, value)
end
to_s() click to toggle source
# File lib/emery/type.rb, line 9
def to_s
  "Untyped"
end