nicojensen.de/vendor/bundle/gems/jekyll-3.8.5/rubocop/jekyll.rb

6 lines
135 B
Ruby
Raw Normal View History

2019-03-12 13:49:49 +01:00
# frozen_string_literal: true
Dir[File.join(File.expand_path("jekyll", __dir__), "*.rb")].each do |ruby_file|
require ruby_file
end