Top Level Namespace

Defined Under Namespace

Modules: Jekyll, MastodonSocial

Instance Method Summary collapse

Instance Method Details

#require_all(group) ⇒ Object



102
103
104
105
106
# File 'lib/mastodon-social.rb', line 102

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