Skip to content

Commit e7533dc

Browse files
committed
use send to support Ruby < 2.2.0
1 parent 483e46e commit e7533dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-redirect-from.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ module JekyllRedirectFrom
1313
end
1414

1515
JekyllRedirectFrom::CLASSES.each do |klass|
16-
klass.include JekyllRedirectFrom::Redirectable
16+
klass.send :include, JekyllRedirectFrom::Redirectable
1717
end

0 commit comments

Comments
 (0)