Libraries
»
wirispluginengine
(7.17.0.1426)
»
Index
»
Wiris
»
Bytes
»
ofData
Method: Wiris::Bytes.ofData
Defined in:
lib/src-generic/Bytes.rb
.
ofData
(data) ⇒
Object
25 26 27
# File 'lib/src-generic/Bytes.rb', line 25
def
self
.
ofData
(
data
)
return
Bytes
.
new
(
data
)
end