# File lib/rack/chunked.rb, line 45 45: def close 46: @body.close if @body.respond_to?(:close) 47: end