Top Level Namespace

Defined Under Namespace

Modules: Jekyll

Instance Method Summary collapse

Instance Method Details

#require_all(group) ⇒ Object

Load all the bits



52
53
54
55
56
# File 'lib/jekyll/webmention_io.rb', line 52

def require_all(group)
  Dir.glob(File.expand_path("#{group}/*.rb", __dir__)).sort.each do |file|
    require file
  end
end