pmd/docs/_plugins/all_extensions.rb

4 lines
210 B
Ruby
Raw Normal View History

2018-11-14 20:47:18 +01:00
# This file requires all the defined Liquid extensions for ease of reference
# Thanks stackoverflow <3
Dir[File.join(File.dirname(__FILE__), "*.rb")].reject {|file| file == __FILE__}.each {|file| require file}