class Puma::IOBuffer
Public Instance Methods
append(*args)
click to toggle source
# File lib/puma/io_buffer.rb, line 5 def append(*args) args.each { |a| concat(a) } end
# File lib/puma/io_buffer.rb, line 5 def append(*args) args.each { |a| concat(a) } end