Class: Rack::Multipart::Parser::Collector::BufferPart
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
MimePart,
Struct
|
|
|
Instance Chain:
self,
MimePart,
Struct
|
|
| Inherits: |
Rack::Multipart::Parser::Collector::MimePart
|
| Defined in: | lib/rack/multipart/parser.rb |
Instance Attribute Summary
Instance Method Summary
Instance Attribute Details
#file? ⇒ Boolean (readonly)
[ GitHub ]
# File 'lib/rack/multipart/parser.rb', line 167
def file?; false; end
Instance Method Details
#close
[ GitHub ]# File 'lib/rack/multipart/parser.rb', line 168
def close; end