rf-web/vendor/bundle/gems/jekyll-4.0.0/rubocop/jekyll.rb

6 lines
135 B
Ruby
Raw Normal View History

2019-10-21 08:18:17 +00:00
# frozen_string_literal: true
Dir[File.join(File.expand_path("jekyll", __dir__), "*.rb")].each do |ruby_file|
require ruby_file
end