mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-05 12:15:26 -05:00
6 lines
135 B
Ruby
6 lines
135 B
Ruby
# frozen_string_literal: true
|
|
|
|
Dir[File.join(File.expand_path("jekyll", __dir__), "*.rb")].each do |ruby_file|
|
|
require ruby_file
|
|
end
|