Class: Puma::IOBuffer
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
String
|
|
|
Instance Chain:
self,
String
|
|
| Inherits: |
String
|
| Defined in: | lib/puma/io_buffer.rb |
Instance Method Summary
Instance Method Details
#append(*args)
[ GitHub ]# File 'lib/puma/io_buffer.rb', line 5
def append(*args) args.each { |a| concat(a) } end
#reset
[ GitHub ]# File 'lib/puma/io_buffer.rb', line 9
alias reset clear