Method: MessagePack::IDL::IR::BoolValue#initialize

Defined in:
lib/msgpack/idl/ir.rb

#initialize(bool) ⇒ BoolValue

Returns a new instance of BoolValue.



214
215
216
# File 'lib/msgpack/idl/ir.rb', line 214

def initialize(bool)
	@bool = bool
end