Class: Sinatra::Helpers::StaticFile
- Inherits:
-
File
- Object
- File
- Sinatra::Helpers::StaticFile
- Defined in:
- lib/sinatra/base.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#each ⇒ Object
161 162 163 164 165 166 |
# File 'lib/sinatra/base.rb', line 161 def each rewind while buf = read(8192) yield buf end end |