class Object

Public Instance Methods

new_stringio() click to toggle source
# File lib/jellyfish/test.rb, line 29
def new_stringio
  sock = StringIO.new
  sock.set_encoding('ASCII-8BIT')
  sock
end