提交 8e092f2b 编写于 作者: A Alex Mirkhaydarov

Improved ActionView flows.rb documention [ci skip]

上级 b5f99550
......@@ -37,9 +37,8 @@ def initialize(view, fiber)
end
# Try to get stored content. If the content
# is not available and we are inside the layout
# fiber, we set that we are waiting for the given
# key and yield.
# is not available and we're inside the layout fiber,
# then it will begin waiting for the given key and yield.
def get(key)
return super if @content.key?(key)
......@@ -60,8 +59,8 @@ def get(key)
end
# Appends the contents for the given key. This is called
# by provides and resumes back to the fiber if it is
# the key it is waiting for.
# by providing and resuming back to the fiber,
# if that's the key it's waiting for.
def append!(key, value)
super
@fiber.resume if @waiting_for == key
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册