mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fiber is available in ruby19
This commit is contained in:
parent
7c55d6977c
commit
18ed37b925
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# 1.9 ships with Fibers but we need to require the extra
|
# 1.9 ships with Fibers but we need to require the extra
|
||||||
# methods explicitly. We only load those extra methods if
|
# methods explicitly. We only load those extra methods if
|
||||||
# Fiber is available in the first place.
|
# Fiber is available in the first place.
|
||||||
require 'fiber' if defined?(Fiber)
|
require 'fiber'
|
||||||
|
|
||||||
module ActionView
|
module ActionView
|
||||||
# == TODO
|
# == TODO
|
||||||
|
|
Loading…
Reference in a new issue