22 23 24 25 26
# File 'lib/grocer/connection.rb', line 22 def write(content) with_connection do ssl.write(content) end end