Libraries
»
tx
(0.0.5)
»
Index
»
Tx
»
Util
»
#bytesize
Method: Tx::Util#bytesize
Defined in:
lib/tx.rb
,
lib/tx.rb
#
bytesize
(str) ⇒
Object
46 47 48
# File 'lib/tx.rb', line 46
def
bytesize
(
str
)
return
str
.
bytesize
end