Class: Rack::Multipart::Parser::Collector::TempfilePart
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 137
def file?; true; end
Instance Method Details
#close
[ GitHub ]# File 'lib/rack/multipart/parser.rb', line 138
def close; body.close; end