Skip to content

Commit

Permalink
Merge pull request #4237 from castlerock/fiber_available_in_ruby19
Browse files Browse the repository at this point in the history
fiber is available in ruby19 condition removed
  • Loading branch information
tenderlove committed Dec 31, 2011
2 parents 641b43e + 18ed37b commit ed17983
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
# 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
Expand Down

0 comments on commit ed17983

Please sign in to comment.