55 56 57
# File 'lib/nostrb.rb', line 55 def self.txt!(str, length: nil, max: nil) str!(str, binary: false, length: length, max: max) end