Libraries
»
uinit-type
(0.1.8)
»
Index
»
Uinit
»
Type
»
Const
»
#is?
Method: Uinit::Type::Const#is?
Defined in:
lib/uinit/type/const.rb
#
is?
(value) ⇒
Boolean
22 23 24
# File 'lib/uinit/type/const.rb', line 22
def
is?
(
value
)
self
.
value
==
value
end