提交 ed17983e 编写于 作者: A Aaron Patterson

Merge pull request #4237 from castlerock/fiber_available_in_ruby19

fiber is available in ruby19 condition removed
# 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.
先完成此消息的编辑!
想要评论请 注册