提交 ddc05b61 编写于 作者: A amitkumarsuroliya

adding description of return value [ci skip]

上级 43dd1185
...@@ -141,7 +141,7 @@ def initialize(source, identifier, handler, details) ...@@ -141,7 +141,7 @@ def initialize(source, identifier, handler, details)
@compile_mutex = Mutex.new @compile_mutex = Mutex.new
end 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. # a streaming buffer *may* be passed when it start rendering.
def supports_streaming? def supports_streaming?
handler.respond_to?(:supports_streaming?) && handler.supports_streaming? handler.respond_to?(:supports_streaming?) && handler.supports_streaming?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册