Sha256: fd70778178286c22e240a51ead45f0246926bf0b2a427b0e2335add041eb3617
Contents?: true
Size: 385 Bytes
Versions: 29
Compression:
Stored size: 385 Bytes
Contents
# This file is part of the "Utopia Framework" project, and is licensed under the GNU AGPLv3. # Copyright 2010 Samuel Williams. All rights reserved. # See <utopia.rb> for licensing details. require 'pathname' Pathname.new(__FILE__).dirname.entries.grep(/\.rb$/).each do |path| name = File.basename(path.to_s, ".rb") if name != "all" require "utopia/middleware/#{name}" end end
Version data entries
29 entries across 29 versions & 1 rubygems