lib/contrast/extension/extension.rb in contrast-agent-6.6.5 vs lib/contrast/extension/extension.rb in contrast-agent-6.7.0
- old
+ new
@@ -34,10 +34,10 @@
# Some of the requires have some extra conditions for them to require
# the C patches, so this method is helping us move the logic by making some
# conditions
def assign_value path
case path
- when /fiber/, /interpolation26/
+ when /fiber/, /interpolation/
require(path) if Funchook.available?
else
require(path)
end
true