Method: Nostrb.txt!

Defined in:
lib/nostrb.rb

.txt!(str, length: nil, max: nil) ⇒ Object



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