提交 18ed37b9 编写于 作者: V Vishnu Atrai

fiber is available in ruby19

上级 7c55d697
# 1.9 ships with Fibers but we need to require the extra
# methods explicitly. We only load those extra methods if
# Fiber is available in the first place.
require 'fiber' if defined?(Fiber)
require 'fiber'
module ActionView
# == TODO
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册