Class: T::UnknownType

Inherits:
Object
  • Object
show all
Defined in:
lib/emery/type.rb

Instance Method Summary collapse

Instance Method Details

#check(value) ⇒ Object



14
15
16
# File 'lib/emery/type.rb', line 14

def check(value)
  T.check_not_nil(self, value)
end

#to_sObject



11
12
13
# File 'lib/emery/type.rb', line 11

def to_s
  "Unknown"
end