adding description of return value [ci skip]

This commit is contained in:
amitkumarsuroliya 2015-09-03 07:52:18 +05:30
parent 43dd118539
commit ddc05b61e0
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ module ActionView
@compile_mutex = Mutex.new
end
# Returns if the underlying handler supports streaming. If so,
# Returns whether the underlying handler supports streaming. If so,
# a streaming buffer *may* be passed when it start rendering.
def supports_streaming?
handler.respond_to?(:supports_streaming?) && handler.supports_streaming?