Libraries
»
radiator
(0.4.9)
»
Index
»
Radiator
»
Type
»
Future
»
#to_bytes
Method: Radiator::Type::Future#to_bytes
Defined in:
lib/radiator/type/future.rb
#
to_bytes
⇒
Object
10 11 12
# File 'lib/radiator/type/future.rb', line 10
def
to_bytes
[
1
]
.
pack
(
'U'
)
end